[GH-ISSUE #338] Cell Text Overlapping #271

Closed
opened 2026-05-05 12:03:56 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @willm132 on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/338

Originally assigned to: @jmcnamara on GitHub.

Is it possible to make the text it one row overlap the other rows. This is a really long text title here and I want it to get all the way to the right side of the row, but it is being cut off at column B

Screen Shot 2021-06-14 at 2 25 41 PM
Originally created by @willm132 on GitHub (Jun 14, 2021). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/338 Originally assigned to: @jmcnamara on GitHub. Is it possible to make the text it one row overlap the other rows. This is a really long text title here and I want it to get all the way to the right side of the row, but it is being cut off at column B <img width="951" alt="Screen Shot 2021-06-14 at 2 25 41 PM" src="https://user-images.githubusercontent.com/47162632/121940909-9e16ba00-cd1c-11eb-8b70-6bd5de430d75.png">
gitea-mirror 2026-05-05 12:03:56 -06:00
Author
Owner

@jmcnamara commented on GitHub (Jun 14, 2021):

The general answer to "how do I do something with Libxlsxwriter" is "how would you do it in Excel"?

One way would be to merge the cells like this: worksheet_merge_range() or wrap the text in the cells like this: format_set_text_wrap()

<!-- gh-comment-id:860917069 --> @jmcnamara commented on GitHub (Jun 14, 2021): The general answer to "how do I do something with Libxlsxwriter" is "how would you do it in Excel"? One way would be to merge the cells like this: [worksheet_merge_range()](https://libxlsxwriter.github.io/worksheet_8h.html#ad5a2a09ec65c0f286b756235c7327225) or wrap the text in the cells like this: [format_set_text_wrap()](https://libxlsxwriter.github.io/format_8h.html#a56d55dd9257d8f0645c62b296d2c196d)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#271
No description provided.