mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Added worksheet_default_row() function.
Added worksheet_default_row() function to allow setting of default row height and hiding unused rows. Closes #27
This commit is contained in:
parent
1ce5eafb76
commit
d919935913
15 changed files with 276 additions and 13 deletions
|
|
@ -34,6 +34,7 @@ my @examples = (
|
|||
[ 'hide_sheet.c', 'Example of hiding a worksheet' ],
|
||||
[ 'doc_properties.c', 'Example of setting workbook doc properties' ],
|
||||
[ 'worksheet_protection.c', 'Example of enabling worksheet protection' ],
|
||||
[ 'hide_row_col.c', 'Example of hiding worksheet rows and columns' ],
|
||||
[ 'panes.c', 'Example of how to create worksheet panes' ],
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue