Recent Releases of tablexlsx

tablexlsx - v1.0.0

What's Changed

@JulienBlasco has now joined the {tablexlsx} project and co-owns now the package 🎉

  • add_table() and toxlsx() now accept a bygroup argument that splits the table into groups before writing to the sheet #23
  • Most arguments to add_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.frames, 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 #19
  • When a list is passed to toxlsx(), the mergecol argument can now be specified for each data.frame of the list #21
  • asTable argument is now set to FALSE in functions add_table() and toxlsx() #24
  • Slight changes to API in order to solve #16 and #21

Full Changelog: https://github.com/ddotta/tablexlsx/compare/v0.2.0...v1.0.0

- R
Published by ddotta over 1 year ago

tablexlsx - v0.2.0

What's Changed

  • Add a test to check if the data frames to be exported are grouped or not #12
  • Improves unit tests for function toxlsx()
  • @importFrom statements are now grouped in a single package-tablexlsx file for easier maintenance

Full Changelog: https://github.com/ddotta/tablexlsx/compare/v0.1.0...v0.2.0

- R
Published by ddotta almost 3 years ago

tablexlsx - tablexlsx 0.1.0

This is the first release :tada:

  • Setting up pkgdown website with first vignette
  • Added toxlsx() function to convert R data frames to excel files
  • Added add_table() function to add data frames in workbook
  • Added a NEWS.md file to track changes to the package.

- R
Published by ddotta about 3 years ago