Workbook.save()
Save the current workbook under the given filename.
Usage
Workbook.save(filename)Use this function instead of using an ExcelWriter.
Warning
When creating your workbook using write_only set to True, you will only be able to call this function once. Subsequent attempts to modify or save the file will raise an fastpyxl.shared.exc.WorkbookAlreadySaved exception.