I'm using openpyxl to write to an existing file and everything works fine. However after the data is saved on the file, graphs disappear.
I understand Openpyxl currently only supports chart creation within a worksheet only. Charts in existing workbooks will be lost.
Are there any alternate libraries in Python to achieve this. I just want to feed a few values, so all the graphs and calculation happen in excel.
Thank you.
This is currently (version 2.2) not possible.