openpyxl - How to preserve xlsx custom properties
问题 How do I preserve custom properties from xlsx template which I am modifying with openpyxl ? When I save() workbook using openpyxl these custom properties vanish! Custom properties can be found here:- On Mac -> Go to File Menu in Excel -> Properties ... -> Custom tab -> Properties section 回答1: I am posting a pure python solution to reading and writing Workbook.CustomDocumentProperties just because I am currently also feeling the pain of not having this in openpyxl, and I needed a quick