Python的excel2img软件包不适用于MS Office 2016

时间:2019-07-23 23:57:10

标签: python ms-office

使用excel2img软件包获取excel信息。

最近将MS Office版本从2013年升级到2016年。

Pyhton的软件包“ excel2img”可用于MSoffice 2013,但观察到提到的MS Office 2016版错误,不确定该问题。请进行指导。

导入excel2img

excel2img.export_img("test.xlsx", "status.png", "Sheet1", None)

export_img中的文件“ C:\ Python37 \ lib \ site-packages \ excel2img \ excel2img.py”,第113行     用于rng.parent.Shapes中的形状:通过    getattr 中的文件“ C:\ Python37 \ lib \ site-packages \ win32com \ client__init __。py”,第473行     引发AttributeError(“'%s'对象没有属性'%s'”%(repr(self),attr)) AttributeError:''对象没有属性'parent'

1 个答案:

答案 0 :(得分:1)

@ May0021即使我也在搜索相同的内容,但根据以下数据,excel2img似乎不支持2016。 Excel2img requirement