Sounds like a thing to implement in Openpyxl. Syntax of save () If you want to save a newly created file with a new name file = "filename.xlsx" workbook.save (file) There are two options save and save as for existing files. Workbook is the top-level container for all document information.

Categories