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..

related.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -