NEWS
writexl 1.5.0 (2024-02-09)
- Update libxlsxwriter from b0c76b33
writexl 1.4.2 (2023-01-06)
writexl 1.4.1 (2022-10-18)
- Fix strict-prototypes warnings
writexl 1.4.0 (2021-04-20)
- Update libxlsxwriter to 1.0.3
writexl 1.3.1 (2020-08-26)
- Fix a unit test in R-devel for timezone attribute comparisons
writexl 1.3 (2020-05-05)
- write_xlsx gains option use_zip64 for 4GB+ file support
- libxslxwriter error messages are printed to REprintf instead of fprintf
- Handle overly long or duplicate sheet names
- The help assistant only appears once per session
writexl 1.2 (2019-11-27)
- Update bundled libxlswriter 0.8.8
- xl_formula and xl_hyperlink now correctly support NA
- Oil clippy a bit
writexl 1.1 (2018-12-02)
- Update bundled libxlswriter 0.8.4
- Do not write blank xlsx strings for NA and "" character values
- Coerce bit64 vectors to double with warning (xlsx does not have int64)
writexl 1.0 (2018-05-10)
- Save R 'Date' types as proper datetime strings
- Update vendored libxlswriter to 0.7.6
writexl 0.2 (2017-09-06)
- Add support for lists in write_xlsx() to create xlsx with multiple sheets
- Automatically coerce columns of type 'Date' and 'hms' to strings
writexl 0.1 (2017-08-30)
- Initial CRAN release with clippy