mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #146] Regular font style in charts #119
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#119
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 @RaFaeL-NN on GitHub (Jan 31, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/146
Some chart elements, such as title name is bold by default on opening file in Excel. How to set it to regular style? Bold=0 don't set this
@jmcnamara commented on GitHub (Jan 31, 2018):
Can you add a small compilable program the demonstrates the issue.
@RaFaeL-NN commented on GitHub (Feb 1, 2018):
I don't know why, but it works then I set Bold to 2. OK.
@jmcnamara commented on GitHub (Feb 1, 2018):
It would still be useful to see a compilable example that demonstrates the issue.
@RaFaeL-NN commented on GitHub (Feb 1, 2018):
Sorry, I cannot, because I use library in binary form from other language
@jmcnamara commented on GitHub (Feb 1, 2018):
Ok. But look at this from my side. I can only fix bugs that I can reproduce. If I can't reproduce an issue with a C program then it probably isn't an issue in theC library.
If there is a genuine issue in libxlsxwriter then you should be able to demonstrate it with a C program.
And I'm more than happy to fix those.
So, closing this.