r2excel icon indicating copy to clipboard operation
r2excel copied to clipboard

An unused column is added when row.names = FALSE

Open kieran-mace opened this issue 4 years ago • 1 comments

Screen Shot 2021-02-18 at 9 31 14 PM

kieran-mace avatar Feb 19 '21 05:02 kieran-mace

code to reproduce:

xlsx.addTable(wb, field_sheet, data = column_dictionary,
              fontSize=14, startCol = 1, columnWidth = 20, row.names = FALSE, 
              rowFill=c("white", "lightgray")
)

kieran-mace avatar Feb 19 '21 05:02 kieran-mace