mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #198] Does libxlsxwriter have print out to paper function? #161
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liufeijin on GitHub (Oct 4, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/198
I can 't find the print out function in the .h file
?
@jmcnamara commented on GitHub (Oct 4, 2018):
What function/ option is this called in Excel?
@liufeijin commented on GitHub (Oct 4, 2018):
I want to print out excel file on paper after filling data to a excel by libxlsxwriter.
I want to do this in my app , and don't want to open the file by excel and print out it.
@jmcnamara commented on GitHub (Oct 4, 2018):
So, if I understand you want to print out the Excel file after you create it.
That isn't something that the library can handle since it isn't a part of the file format. It is something that is done at a system level. It is the same as if you had a PDF, DOCX or even TXT file.
So this isn't a feature that can be implemented by the library.
Closing.