xlconnect
xlconnect copied to clipboard
Add support for built-in cell styles
Built-in cell styles are currently not supported in XLConnect. Therefore, the following call fails:
> wb = loadWorkbook("builtin.xlsx", create = TRUE)
> csH3<-getCellStyle (wb, "Heading 3")
Error: IllegalArgumentException (Java): Cell style Heading 3 does not exist
Is this still an enhancement? So it is not possible to read cell styles from an existing excel file? Is there any package available for R that does this?