This release includes :
- Added functionallity for
table_of_contentsargument to be passed ontotoxlsx#33
- new method for styling tables:
toxlsx()now accepts athemeargument, 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
pathcan now be supplied as a file name with full path instead of a directory name #29- (fix)
toxlsx()no longer fails when theobjectargument is the result of a computation #18
This release includes :
add_table()andtoxlsx()now accept abygroupargument that splits the table into groups before writing to the sheet #23- most arguments to
add_table()andtoxlsx()can now be passed as atomic vectors. If the first argument is a singledata.frame, the behavior is the same as for a lenght-one list. If the first argument is a list ofdata.frames, those arguments are recycled in order to match the length of the list. This change applies to the argumentstosheet,title,footnoteX,mergecol,bygroup,groupname#19 - when a list is passed to
toxlsx(), themergecolargument can now be specified for each data.frame of the list #21 asTableargument is now set to FALSE in functionsadd_table()andtoxlsx()#24- Slight changes to API in order to solve #16 and #21
This release includes :
- Use of {cli} for alert messages to users in case of success
This release includes :
- Add a test to check if the data frames to be exported are grouped or not #12
- Improves unit tests for function
toxlsx() @importFromstatements are now grouped in a singlepackage-tablexlsxfile for easier maintenance
- Setting up pkgdown website with first vignette
- Added
toxlsx()function to convert data frames to excel files - Added
add_table()function to add data frames in workbook - Added a
NEWS.mdfile to track changes to the package.