[python-win32] save chart from an existing xlsx as an image

Tim Roberts timr at probo.com
Fri Jun 20 18:33:35 CEST 2014


<quote>
I know win32com is working on windows for python, and I’ve question:
I want to save chart from demo.xlsx as an image.  I also found some code as below:
</quote>

Allow me to summarize the other responses.
1. Excel does not run on Linux.
2. It can be made to run in a Windows emulator, but you can't get COM access.
3. It is possible to read data from Excel files without using Excel.
4. There are many excellent plotting packages for Python that do not involve Excel.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20140620/96e7f07a/attachment.html>


More information about the python-win32 mailing list