Added documentation for worksheet tables.

Feature request #33
This commit is contained in:
John McNamara 2021-08-22 19:30:31 +01:00
parent 0a273e9629
commit b185df6765
25 changed files with 803 additions and 34 deletions

View file

@ -450,4 +450,5 @@ void write_worksheet_data(lxw_worksheet *worksheet, lxw_format *format) {
worksheet_write_number(worksheet, CELL("F5"), 5000, format);
worksheet_write_number(worksheet, CELL("F6"), 6000, format);
worksheet_write_number(worksheet, CELL("F7"), 700, format);
}