List the sheets in a workbook
Examples
path <- system.file("extdata", "typed-numbers.xlsx", package = "unexcel")
excel_sheets(path)
#> [1] "day-first" "month-first"
List the sheets in a workbook
path <- system.file("extdata", "typed-numbers.xlsx", package = "unexcel")
excel_sheets(path)
#> [1] "day-first" "month-first"