xlconnect icon indicating copy to clipboard operation
xlconnect copied to clipboard

Add support for built-in cell styles

Open martinstuder opened this issue 10 years ago • 1 comments

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

martinstuder avatar Aug 12 '14 16:08 martinstuder

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?

paultanger avatar May 15 '18 01:05 paultanger