mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #430] LXW_ERROR_CREATING_XLSX_FILE: error creating output xlsx file. Usually a permissions error. #338
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#338
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 @myspace9 on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/430
libxlsxwriter: Reporting Bugs
Here are some tips on reporting bugs in
libxlsxwriter.Upgrade to the latest version of the library
Upgrade to the latest version of the library since the bug you are reporting
may already be fixed.
Check the Changes section of the documentation to see what has
changed in the latest versions.
You can check which version of
libxlsxwriterthat you are using by checkingthe
xlsxwriter.hheader file or by adding the following to your program:Read the documentation
Read or search the
libxlsxwriterdocumentation to see if the issueyou are encountering is already explained.
Look at the example programs
There are many examples programs in the distribution. Try to
identify an example program that corresponds to your query and adapt it to use
as a bug report.
Tips for submitting a bug report
It is generally easier to describe a problem in code than in written
prose.
problem. Don't copy and paste large non-relevant sections of your
program.
A sample bug report is shown below. This format helps analyze and respond to
the bug report more quickly.
tip: error creating output xlsx file. Usually a permissions error.
@jmcnamara commented on GitHub (Jan 17, 2024):
That error happens for several possible reasons that aren't related to libxlsxwriter: