Contenuti del Corso
Excel Automation with Python (project)
Excel Automation with Python (project)
 Load Workbook
Load Workbook
load_workbook() is a method provided by the openpyxl library in Python that allows you to load an existing Excel workbook from a file into memory. The load_workbook() method takes a filename as a parameter and returns a workbook object that represents the file's contents.
Compito
Swipe to start coding
- Load a workbook called "sample_data.xlsx";
- Print the sheetnames;
- Print the active sheet.
Soluzione
Mark tasks as Completed
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 4
AVAILABLE TO ULTIMATE ONLY