mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor doc fix.
This commit is contained in:
parent
9a20ee2fcc
commit
cefa74bba5
@ -59,7 +59,7 @@ int main() {
|
||||
/* Text with formatting. */
|
||||
worksheet_write_string(worksheet, 1, 0, "World", format);
|
||||
|
||||
/* Writer some numbers. */
|
||||
/* Write some numbers. */
|
||||
worksheet_write_number(worksheet, 2, 0, 123, NULL);
|
||||
worksheet_write_number(worksheet, 3, 0, 123.456, NULL);
|
||||
|
||||
|
@ -691,7 +691,7 @@ void format_set_num_format(lxw_format *format, const char *num_format);
|
||||
*
|
||||
* @code
|
||||
* format = workbook_add_format(workbook);
|
||||
* format_set_num_format(format, 0x0F); // d-mmm-yy
|
||||
* format_set_num_format_index(format, 0x0F); // d-mmm-yy
|
||||
* @endcode
|
||||
*
|
||||
* @note
|
||||
|
Loading…
x
Reference in New Issue
Block a user