[GH-ISSUE #198] Does libxlsxwriter have print out to paper function? #161

Closed
opened 2026-05-05 11:48:59 -06:00 by gitea-mirror · 3 comments
Owner

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
?

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 ?
Author
Owner

@jmcnamara commented on GitHub (Oct 4, 2018):

What function/ option is this called in Excel?

<!-- gh-comment-id:426907940 --> @jmcnamara commented on GitHub (Oct 4, 2018): What function/ option is this called in Excel?
Author
Owner

@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.

<!-- gh-comment-id:426916235 --> @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.
Author
Owner

@jmcnamara commented on GitHub (Oct 4, 2018):

I want to do this in my app , and don't want to open the file by excel and print out it.

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.

<!-- gh-comment-id:426943982 --> @jmcnamara commented on GitHub (Oct 4, 2018): > I want to do this in my app , and don't want to open the file by excel and print out it. 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#161
No description provided.