mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #52] Feature request:add border line functions #44
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#44
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 @BillSheng on GitHub (Jun 14, 2016).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/52
Originally assigned to: @jmcnamara on GitHub.
I just put your library into my Xcode project and it works just fine. Thank you for your great lib.
But I have to draw border lines of cells for users want this feature as a formal excel document.
Is it possible?
@jmcnamara commented on GitHub (Jun 14, 2016):
Hi,
You can either use a merge range (like this example) or else create a format for each of the cells in the range with the appropriate border components. For a 3x3 range, or larger, you will need 8 individual formats. It is a bit of work but it is doable.
John
@BillSheng commented on GitHub (Jun 15, 2016):
Hi, John,
Thank you for your example!
But I don't want to merge cells to get border line,
Would you please give me a sample to draw lines
for selected range without merge?
Thank you in advance.
SHENG
2016/06/15 7:13$B!"(BJohn McNamara notifications@github.com $B$N%a%C%;!<%8(B:
@BillSheng commented on GitHub (Jun 15, 2016):
I found the way to draw border for every cell,
Thanks!
Sheng