From d13ba173ff8fdda77bbe5936d06c75b7b5d26a75 Mon Sep 17 00:00:00 2001 From: Julien Blasco Date: Wed, 9 Oct 2024 12:50:11 +0000 Subject: [PATCH] Update NEWS.md with new styling method --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 08214cb..911458d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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