Get Named Ranges from Excel File
getNamedExcelRanges( file, pattern = "^range", dbg = TRUE, stringsAsFactors = FALSE, ... )
file | path to Excel file |
---|---|
pattern | pattern matching the names of named cell ranges to be read.
By default, all ranges starting with |
dbg | logical. If |
stringsAsFactors | passed to |
... | further arguments passed to |
list of data frames each of which represents the content a named cell
range in the Excel file
and each of which was read with
hsGetTable
.