4

I have a workbook that has some sheets in it. One of the sheets has charts in it. I need to use xlrd or openpyxl to edit another sheet, but, whenever I save the workbook, the charts are gone.

Any workaround to this? Is there another python package that preserves charts and formatting?

rocket_raccoon
  • 187
  • 3
  • 9

1 Answers1

2

This is currently not possible with either but I hope to have it in openpyxl 2.x. Patches / pull requests always welcome! ;-)

Charlie Clark
  • 18,477
  • 4
  • 49
  • 55