writexl
Write data frames to Excel xlsx files from R without Java or Excel
writexl spent nine years refusing to do formatting, then shipped all of it in 2.0.0.
◆Recent moves
- 8d ago
writexl 2.0.0 adds formatting, comments and full libxlsxwriter coverage
⚡ SPARKNear-full libxlsxwriter coverage arrives at once: formatting at cell, worksheet and workbook level, cell comments, an `xl_cell_general` class for value/formula/hyperlink, and a cell-by-cell rewrite underneath. It ends writexl's defining constraint.
View source ↗ - 8d ago
writexl 1.5.4 fixes a documentation typo
A single spelling correction, released the same day as 2.0.0. It closes out the 1.x line rather than advancing it.
View source ↗ - 5y ago
writexl 1.4.0 updates libxlsxwriter to 1.0.3
Bumps vendored libxlsxwriter to 1.0.3. The archetypal writexl release for most of the package's life.
View source ↗ - 6y ago
writexl 1.2 fixes NA in formulas and hyperlinks
Updates the bundled library and fixes NA handling in `xl_formula` and `xl_hyperlink` — the two helpers 2.0.0 later absorbs into a general cell class.
View source ↗ - 7y ago
writexl 1.1 fixes NA strings and bit64 coercion
Stops writing blank strings for NA and empty character values, and coerces bit64 vectors to double with a warning since xlsx has no int64. Correctness at the type boundary.
View source ↗ - 8y ago
writexl 1.0 writes Date values as datetimes
Writes R Date values as proper datetime strings and updates the vendored library. The 1.0 release, and still only about getting values across correctly.
View source ↗