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. #40path
can now be supplied as a file name with full path instead of a directory name #29toxlsx()
no longer fails when the object
argument is the result of a computation #18This release includes :
add_table()
and toxlsx()
now accept a bygroup
argument that splits the table into groups before writing to the sheet #23add_table()
and toxlsx()
can now be passed as atomic vectors. If the first argument is a single data.frame
, the behavior is the same as for a lenght-one list. If the first argument is a list of data.frame
s, those arguments are recycled in order to match the length of the list. This change applies to the arguments tosheet
, title
, footnoteX
, mergecol
, bygroup
, groupname
#19toxlsx()
, the mergecol
argument can now be specified for each data.frame of the list #21asTable
argument is now set to FALSE in functions add_table()
and toxlsx()
#24This release includes :
This release includes :
toxlsx()
@importFrom
statements are now grouped in a single package-tablexlsx
file
for easier maintenancetoxlsx()
function to convert data frames to excel filesadd_table()
function to add data frames in workbookNEWS.md
file to track changes to the package.