mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #140] Footer and header margins does not sets to 0 #114
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#114
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 (Dec 27, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/140
Originally assigned to: @jmcnamara on GitHub.
Unable to set margin with worksheet_set_header_opt (or worksheet_set_footer_opt) to 0, it sets to default. May be a good way is to changes this methods for using -1 as default (like in worksheet_set_margins) and 0 as working value? Thanks
@Genricke commented on GitHub (Feb 2, 2018):
There is such a problem and it is not solved. :(
@jmcnamara commented on GitHub (Feb 3, 2018):
There is now a fix for this on the master branch.
@RaFaeL-NN commented on GitHub (Feb 3, 2018):
It works, big thanks!