Skip to content

Commit

Permalink
Update NEWS.md with new styling method
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBlasco committed Oct 9, 2024
1 parent e81401d commit d13ba17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# tablexlsx (WIP)

* (fix) `toxlsx()` no longer fails when the `object` argument is the result of a computation (#18)
* new method for styling tables: `toxlsx()` now accepts a `theme` argument, which has to be supplied as an object returned by `xls_theme()` functions. Some themes are provided by default: `xls_theme_default()` and `xls_theme_plain()`. The default theme has been slightly changed. (#40)
* provide meaningful error message if merge cols don't exist (#20)
* `path` can now be supplied as a file name with full path instead of a directory name (#29)
* (fix) `toxlsx()` no longer fails when the `object` argument is the result of a computation (#18)

# tablexlsx 1.0.0

Expand Down

0 comments on commit d13ba17

Please sign in to comment.