Introduction
Styling
Worksheets
Workbooks
Charts
Images
Pandas
Performance
Developers
Release Notes
Bases: object
object
Write a workbook object to an Excel file.
Write data into the archive.
Save the given workbook on the filesystem under the name filename.
workbook (openpyxl.workbook.Workbook) – the workbook to save
openpyxl.workbook.Workbook
filename (string) – the path to which save the workbook
bool