mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Changed example logo.
This commit is contained in:
parent
bf84e5606e
commit
d9214eae5e
5 changed files with 2 additions and 4 deletions
|
|
@ -45,9 +45,8 @@ int main() {
|
|||
/* Set the bold property for the format */
|
||||
format_set_bold(format);
|
||||
|
||||
/* Change the column widths for clarity. */
|
||||
/* Change the column width for clarity. */
|
||||
worksheet_set_column(worksheet, 0, 0, 20, NULL);
|
||||
worksheet_set_column(worksheet, 1, 1, 2, NULL);
|
||||
|
||||
/* Write some simple text. */
|
||||
worksheet_write_string(worksheet, 0, 0, "Hello", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue