Openpyxl corrupts xlsx on save. Even when no changes were made
问题 TL;DR; Using Openpyxl to save changes to a large excel file results in a corrupted xlsx file The Excel file is made of several tabs with graphs, formulae, and images, and tables. Powershell script can save edits to the xlsx file with no issues. I can read the cell values from the excel file with Openpyxl, I am also able to edit & save the xlsx file manually. Excel file is unprotected. All errors and code snippets have been provided below. I'm unable to add data to an excel file that one of