[GH-ISSUE #33] Feature request: worksheet_add_table() #29

Closed
opened 2026-05-05 11:26:30 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @jmcnamara on GitHub (Dec 10, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/33

Originally assigned to: @jmcnamara on GitHub.

Add worksheet_add_table() function like the Python XlsxWriter Worksheet method add_table().
See https://xlsxwriter.readthedocs.io/working_with_tables.html#tables

  • Difficulty: 4 (Easy 1 - 5 Hard)
  • Priority: 2 (High 1 - 5 Low)

Add +1 as a comment to vote for this feature and to get an update when it is implemented.

Originally created by @jmcnamara on GitHub (Dec 10, 2015). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/33 Originally assigned to: @jmcnamara on GitHub. Add `worksheet_add_table()` function like the Python XlsxWriter Worksheet method `add_table()`. See https://xlsxwriter.readthedocs.io/working_with_tables.html#tables - Difficulty: 4 (Easy 1 - 5 Hard) - Priority: 2 (High 1 - 5 Low) Add +1 as a comment to vote for this feature and to get an update when it is implemented.
gitea-mirror 2026-05-05 11:26:30 -06:00
Author
Owner

@jmcnamara commented on GitHub (Aug 6, 2018):

Since I've had a few requests about this I've added a note about making donations to prioritize this feature.

<!-- gh-comment-id:410818190 --> @jmcnamara commented on GitHub (Aug 6, 2018): Since I've had a few requests about this I've added a note about making donations to prioritize this feature.
Author
Owner

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

This feature is now in progress.

<!-- gh-comment-id:898876136 --> @jmcnamara commented on GitHub (Aug 14, 2021): This feature is now in progress.
Author
Owner

@jmcnamara commented on GitHub (Aug 22, 2021):

I've added support for worksheet tables to main. See the updated docs on Working with Worksheet Tables.

I need to add some additional checks for duplicate table/column names and maybe an additional helper function but the main functionality is there if you wish to try it.

<!-- gh-comment-id:903312043 --> @jmcnamara commented on GitHub (Aug 22, 2021): I've added support for worksheet tables to main. See the updated docs on [Working with Worksheet Tables](https://libxlsxwriter.github.io/working_with_tables.html). I need to add some additional checks for duplicate table/column names and maybe an additional helper function but the main functionality is there if you wish to try it.
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#29
No description provided.