[GH-ISSUE #46] Feature request: tmpdir #38

Closed
opened 2026-05-05 11:27:39 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @eroncastro on GitHub (Feb 17, 2016).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/46

Originally assigned to: @jmcnamara on GitHub.

From https://xlsxwriter.readthedocs.org/workbook.html

  • "tmpdir: XlsxWriter stores worksheet data in a temporary files prior to assembling the final XLSX file. The temporary files are created in the system’s temp directory. If the default temporary directory isn’t accessible to your application, or doesn’t contain enough space, you can specify an alternative location using the tempdir option:"

Could you please add this option to your C library?

Thanks in advance,

Eron

Originally created by @eroncastro on GitHub (Feb 17, 2016). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/46 Originally assigned to: @jmcnamara on GitHub. From https://xlsxwriter.readthedocs.org/workbook.html - "tmpdir: XlsxWriter stores worksheet data in a temporary files prior to assembling the final XLSX file. The temporary files are created in the system’s temp directory. If the default temporary directory isn’t accessible to your application, or doesn’t contain enough space, you can specify an alternative location using the tempdir option:" Could you please add this option to your C library? Thanks in advance, Eron
gitea-mirror 2026-05-05 11:27:39 -06:00
Author
Owner

@jmcnamara commented on GitHub (Feb 17, 2016):

Hi Eron,

I implemented a workaround for this in the following patch:

211dacdfd8

However, it isn't ANSI C compliant so it isn't integrated into the master branch.

You can try it out in your own code to see if it works for you.

John.

<!-- gh-comment-id:185247442 --> @jmcnamara commented on GitHub (Feb 17, 2016): Hi Eron, I implemented a workaround for this in the following patch: https://github.com/jmcnamara/libxlsxwriter/commit/211dacdfd87978a1c0ac040177c1cb6eda06b445 However, it isn't ANSI C compliant so it isn't integrated into the master branch. You can try it out in your own code to see if it works for you. John.
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#38
No description provided.