ddotta / tablexlsx

R package to export data frames from R to xlsx workbook
https://ddotta.github.io/tablexlsx/
Other
16 stars 1 forks source link

Add a `startRow` argument to leave a blank before the table #22

Open JulienBlasco opened 7 months ago

JulienBlasco commented 7 months ago

Adding a startRow argument to leave a blank before the table would give the user the space to build an Excel graph later.

Example usage

toxlsx(iris, path = tempdir(), startRow = 10)

Desired output

image