mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #280] worksheet_set_row_opt (constant_memory) shows inverted expander #224
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#224
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 @znakeeye on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/280
Originally assigned to: @jmcnamara on GitHub.
I see a glitch when setting the outline on each row, in sequence. E.g.:
Actual:

Expected:

Why is it inverted like that?
@jmcnamara commented on GitHub (Apr 1, 2020):
For clarity, can you add a small complete compilable C program that demonstrates the issue.
@znakeeye commented on GitHub (Apr 1, 2020):
@jmcnamara commented on GitHub (Apr 1, 2020):
That isn't a complete compilable C program.
P.S. I just checked and the "Actual" is the Excel default.
You can get the "Expected" by changing the Excel worksheet settings via
worksheet_outline_settings(): https://libxlsxwriter.github.io/worksheet_8h.html#a9efae5027e762c9a29f6afa547e4b2dbIn particular the
symbols_belowoption.@znakeeye commented on GitHub (Apr 1, 2020):
Ah! Thanks a lot!
PS. Will improve my samples from now on :)
@jmcnamara commented on GitHub (Apr 1, 2020):
No problem. Thanks for following up.
@znakeeye commented on GitHub (Apr 1, 2020):
By the way, your API design is absolutely brilliant. Keep up the good work!