ropensci / writexl

Portable, light-weight data frame to xlsx exporter for R
https://docs.ropensci.org/writexl
Other
210 stars 17 forks source link

Multiple data frame in a single sheet #8

Open HerveAbdi opened 7 years ago

HerveAbdi commented 7 years ago

Is it possible to add the possibility of writing several data frames in the same sheet (maybe with the possibility of separating these data frames by a few empty lines, or to give some indication about where in the sheet the data frame should go)?

Thanks a lot

crazybilly commented 7 years ago

I, also, would use this feature if available. In my organization, Excel is the de facto standard for communicating data--often times having multiple tables on a single tab is the best way to tell the story. Thanks!

joranE commented 7 years ago

A more flexible version of this would be support for passing a list of data frames and then vectorized arguments startCol and startRow that define the placement of each data frame in the sheet.