Closed JulienBlasco closed 7 months ago
The following code
library(tablexlsx) tmp <- tempdir() toxlsx(iris, path=tmp, mergecol = c("Species"))
currently produces a faulty Excel file (see screenshot below):
After reparation, the table layout is dropped.
This is probably due to the fact that Excel tables cannot contain merged cells (which is probably not a bug, but a feature).
Expected result
When the mergecol argument is used, toxlsx should not try to write data as a table.
mergecol
toxlsx
The following code
currently produces a faulty Excel file (see screenshot below):
After reparation, the table layout is dropped.
This is probably due to the fact that Excel tables cannot contain merged cells (which is probably not a bug, but a feature).
Expected result
When the
mergecol
argument is used,toxlsx
should not try to write data as a table.