mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Add support for Unix datetimes.
This commit is contained in:
parent
36edb6898d
commit
9b89841750
16 changed files with 314 additions and 69 deletions
|
|
@ -79,10 +79,18 @@ date formatting.
|
|||
##############################################################
|
||||
@example dates_and_times03.c
|
||||
|
||||
Example of writing dates and times in Excel using different date formats.
|
||||
Example of writing dates and times in Excel using Unix datetimes and
|
||||
formatting.
|
||||
|
||||
@image html date_example03.png
|
||||
|
||||
##############################################################
|
||||
@example dates_and_times04.c
|
||||
|
||||
Example of writing dates and times in Excel using different date formats.
|
||||
|
||||
@image html date_example04.png
|
||||
|
||||
##############################################################
|
||||
@example hyperlinks.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue