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:
John McNamara 2015-12-22 00:59:45 +00:00
parent 1ce5eafb76
commit d919935913
15 changed files with 276 additions and 13 deletions

View file

@ -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' ],
);