mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #333] Formats in a file other than the main one #269
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#269
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 @sapomuyverde on GitHub (May 17, 2021).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/333
Originally assigned to: @jmcnamara on GitHub.
Hi,
I am using a libxlsxwriter (harbour) wrapper
I am trying to put the formats in another file independent of the main code, so I try something like this:
main code/file:
in another function/file
but this doesn't work for me, I mean, the formats in the generated Excel file do not take effect, can you please give me an idea how to solve what I require, it doesn't matter that the example is in the C language just to know how to make this implementation.
I appreciate your time.
Regards,
Javier
@jmcnamara commented on GitHub (May 17, 2021):
I don't know what the issue is. The code looks fine. If it was in C or Python it would work as expected. Maybe ask on Stackoverflow or ask the maintainer of the Harbour port.
@sapomuyverde commented on GitHub (May 20, 2021):
Thanks for answering, surely it is something related to Harbour, I will contact the author of the wrapper as you suggest.