getSheetNames {openxlsx} | R Documentation |
Returns the worksheet names within an xlsx file
getSheetNames(file)
file |
An xlsx or xlsm file. |
Character vector of worksheet names.
Alexander Walker
getSheetNames(system.file("readTest.xlsx", package = "openxlsx"))