excel - Is there a way of editing xlsx workbooks containing images in Python? -
is there way edit , save xlsx-workbooks contain images, charts, figures etc. through python?
a few things i've tried:
- openpyxl:
openpyxl not read possible items in excel file images , charts lost existing files if opened , saved same name.
- xlwt:
xlwt library writing data , formatting information older excel files (ie: .xls)
- xlutils:
utilities working excel files require both xlrd , xlwt
note: not question asking tool (one of vtc-reasons). question asking method, based on bunch of attempt using other methods..
Comments
Post a Comment