What's Changed
- new method for styling tables:
toxlsx()
now accepts atheme
argument, which has to be supplied as an object returned byxls_theme()
functions. Some themes are provided by default:xls_theme_default()
andxls_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 theobject
argument is the result of a computation #18
Full Changelog: v1.0.0...v1.1.0