[GH-ISSUE #232] minor documentation error for worksheet_set_column() #187

Closed
opened 2026-05-05 11:51:45 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @mewalig on GitHub (Jun 9, 2019).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/232

In https://libxlsxwriter.github.io/worksheet_8h.html#ab9b7fb95e1bd9b0da70befd0d37a9173, "LXW_DEF_COL_HEIGHT" should be "LXW_DEF_COL_WIDTH":

worksheet_set_column(worksheet, 0, 0, LXW_DEF_COL_HEIGHT, bold);

should be

worksheet_set_column(worksheet, 0, 0, LXW_DEF_COL_WIDTH, bold);
Originally created by @mewalig on GitHub (Jun 9, 2019). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/232 In https://libxlsxwriter.github.io/worksheet_8h.html#ab9b7fb95e1bd9b0da70befd0d37a9173, "LXW_DEF_COL_HEIGHT" should be "LXW_DEF_COL_WIDTH": worksheet_set_column(worksheet, 0, 0, LXW_DEF_COL_HEIGHT, bold); should be worksheet_set_column(worksheet, 0, 0, LXW_DEF_COL_WIDTH, bold);
Author
Owner

@jmcnamara commented on GitHub (Jun 9, 2019):

Thanks. Fixed on master.

<!-- gh-comment-id:500219200 --> @jmcnamara commented on GitHub (Jun 9, 2019): Thanks. Fixed on master.
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#187
No description provided.