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 (fastpyxl.workbook.Workbook) – the workbook to save
fastpyxl.workbook.Workbook
filename (string) – the path to which save the workbook
bool
ExcelWriter
ExcelWriter.save()
ExcelWriter.write_data()
ExcelWriter.write_worksheet()
save_workbook()
fastpyxl.writer package
fastpyxl.writer.theme module