Skip to content

Commit

Permalink
doc: update README for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddotta committed Oct 16, 2024
1 parent 66613f5 commit 1b2ec3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# tablexlsx (WIP)
# tablexlsx 1.1.0

* 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)
* 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 1b2ec3f

Please sign in to comment.