Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一本工作簿,里面有一些工作表。其中一张纸上有图表。我需要使用 xlrd 或 openpyxl 来编辑另一个工作表,但是,每当我保存工作簿时,图表就消失了。
有什么解决方法吗?是否有另一个 python 包可以保留图表和格式?
This is currently not possible with either but I hope to have it in openpyxl 2.x. Patches / pull requests always welcome! ;-)