I am using Openpyxl package to append rows(numeric data) in an excel sheet through python script. The excel document consists of 3 sheets with graphs and charts in other sheets. So, whenever the python script is being run and I open the excel to see the changes, the charts and graphs in other sheets are deleted and shows error. Please find the screenshot attached.
Can anyone please let me know how I can avoid this and is there any feature in openpyxl which will not overwrite existing chart data in excel sheet?