Gets the Excel workbook.
Workbook is the top-level container for all document information.
The workbook object of the type defined by the engine being used.
See also
read_excel
Read an Excel file into a pandas DataFrame.
Examples
>>> file = pd.ExcelFile("myfile.xlsx") >>> file.book <openpyxl.workbook.workbook.Workbook object at 0x11eb5ad70> >>> file.book.path '/xl/workbook.xml' >>> file.book.active <openpyxl.worksheet._read_only.ReadOnlyWorksheet object at 0x11eb5b370> >>> file.book.sheetnames ['Sheet1', 'Sheet2']
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4