How can I edit Excel Workbooks using XLRD or openp

2020-02-29 04:22发布

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?

1条回答
等我变得足够好
2楼-- · 2020-02-29 05:02

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

查看更多
登录 后发表回答