使用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'