mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #304] Diagonal borders #246
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#246
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 (Aug 19, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/304
Originally assigned to: @jmcnamara on GitHub.
I found format_set_diag functions in the source but there is no docs for it. Is this functions undocumented, not supported or just orphaned? Can I use it?
@jmcnamara commented on GitHub (Aug 19, 2020):
I think it is just a mistake/omission that it isn't documented. It is documented in the Perl and Python versions. For example: https://xlsxwriter.readthedocs.io/format.html#format-set-diag-border
I'll update the docs but in the meantime there is a test case for it here that you can see how it is used: https://github.com/jmcnamara/libxlsxwriter/blob/master/test/functional/src/test_format09.c
There is an enum called
lxw_format_diagonal_typeswith the types of diagonal borders.@jmcnamara commented on GitHub (Sep 12, 2020):
I've added documentation and an example for diagonal cell borders: http://libxlsxwriter.github.io/format_8h.html#a1bd8ade5206d187f4f790dbb004ca129
Thanks for pointing out the omission.