mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #135] File name with one letter #109
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#109
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 @Nipou on GitHub (Nov 2, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/135
Originally assigned to: @jmcnamara on GitHub.
In Microsoft Visual Studio Professional 2015
Version 14.0.25431.01 Update 3
Visual C++ 2015 00325-60001-65048-AA435
Produce the valid file 't'.
This code do the same :
@jmcnamara commented on GitHub (Nov 2, 2017):
There is #define code to avoid that issue with MSVC:
18c8cb6dd2/src/packager.c (L33)Your compiler should pick that up.
@Nipou commented on GitHub (Nov 3, 2017):
Yes, the function _open_zipfile_win32(const char *filename) is compiled and used.
@jmcnamara commented on GitHub (Nov 3, 2017):
Can you check out and compile this project using the instructions and let me know if it works for you: https://github.com/jmcnamara/MSVCLibXlsxWriter
@Nipou commented on GitHub (Nov 3, 2017):
Sorry but I workaround. No time to spend.
Otherwise the library work very fine.
Thanks you
@jmcnamara commented on GitHub (Apr 27, 2018):
This issue should now be fixed on the master branch.