Python Forum

Full Version: Openpyxl - When save existing xlsx sheet, images/drawing does not get saved
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Openpyxl - After modifying existing xlsx sheet with some drawings/images, when saved already existing images and drawings does not get saved.

I am new to python, please let me know is this expected behaviour/openpyxl limitation or their some workaround for this.
I have not pasted any code here as it is a general query
Thanks in advance
as it says in the docs:
Quote:Warning

openpyxl does currently not read all possible items in an Excel file so images and charts will be lost from existing files if they are opened and saved with the same name.
Thanks for the update.
Could you please point out, if their is any other possible way to make this work.
Maybe by using some other packages..