从Excel提取图表并通过Python保存为图像

时间:2019-04-17 06:55:36

标签: excel python-3.x charts import-from-excel export-to-image

注意:有类似的问题,但解决方案对我不起作用。

目标:我想从python中读取一个excel文件,从已经存在的文件中提取图表,然后另存为本地图像。

已提供的已尝试解决方案 Mac: Export chart as image from excel and save that image using python

但是当我尝试使用win32com打开excel文件时出现错误。

错误: pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, 'Microsoft Excel', 'Open method of Workbooks class failed', 'xlmain11.chm', 0, -2146827284), None)

我想从excel文件中读取图表并将其另存为本地图像。

0 个答案:

没有答案