Excel workbook reader
Read an Excel file workbook to give you access to all the sheets and their data.
The whole workbook is loaded in memory and emitted as a single record — it is not streamed line by line. For very large files, prefer the Line reader, which can stream rows without loading the entire file.
Output
Workbook
The workbook object containing all the sheets and their data.