Rdocumentation
powered by
Learn R Programming
DescTools (version 0.99.7)
XLGetWorkbook: Get the Values of All Sheets of an Excel Workbook
Description
Get the values of all sheets of an Excel workbook.
Usage
XLGetWorkbook(file)
Arguments
file
the filename of the Excel workbook to be loaded
Value
a list of lists of the values in the give workbook.
Details
See details in
XLGetRange
.
See Also
GetNewXL
,
XLGetRange