Skip to content Skip to sidebar Skip to footer

How I Can Preserve Shapes When Modify A Workbook Openpyxl?

I have an excel file with formating an shapes, but when I modify it whit openpyxl, the shapes disappear, can I maintain the shapes, or need to redo the shapes(lines).

Solution 1:

As it says in the documentation all charts, images, etc. will be lost when working with an existing file.


Post a Comment for "How I Can Preserve Shapes When Modify A Workbook Openpyxl?"