Wrapper around readxl::excel_sheets() and readxl::read_xlsx(). Returns
a list whose names are the sheet names and whose elements are the parsed
tibbles.
Arguments
- path
Path to the workbook.
- range
Optional cell range passed to
readxl::read_xlsx()(e.g."A1:D20").