mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #30] Feature request: worksheet outlines #27
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#27
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 @jmcnamara on GitHub (Dec 10, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/30
Originally assigned to: @jmcnamara on GitHub.
Add worksheet outline functionality and like the Python XlsxWriter:
https://xlsxwriter.readthedocs.io/working_with_outlines.html
Add +1 as a comment to vote for this feature and to get an update when it is implemented.
@OkayPlunk commented on GitHub (Feb 22, 2017):
This capability would be useful for my uses. I'm willing to work on this if that would be helpful to you.
@OkayPlunk commented on GitHub (Feb 22, 2017):
+1
@RaFaeL-NN commented on GitHub (Jan 31, 2018):
+1
Grouping and levels is most needed right now
@Genricke commented on GitHub (Feb 2, 2018):
+1
Please add collapse row. Thanks !
@jmcnamara commented on GitHub (Feb 4, 2018):
I've added initial support for this feature to the mast branch.
I'll be adding additional features and docs in the next few days. In the meantime you can try out this example: https://github.com/jmcnamara/libxlsxwriter/blob/master/examples/outline.c
@RaFaeL-NN commented on GitHub (Feb 5, 2018):
Big thanks!
Outline settings is also needed, because default Excel display option is strange. Thanks
@jmcnamara commented on GitHub (Feb 5, 2018):
No problem. All the features of the Python version, link above, will be added to the C version.
@RaFaeL-NN commented on GitHub (Feb 6, 2018):
Thank you, works perfect
@jmcnamara commented on GitHub (Feb 11, 2018):
Added in version 0.7.6. Closing.