copying .xlsx excel files with python while retaining formating/graphs

104 views Asked by At

I'm using xlrd, xlwt and xlutils to parse a large data file and import it to a pre existing excel sheet which has tables, graphs, equations, ect… The problem I'm having is, I can't seem to find a way to do this using xlsx excel files. When I create a copy of the pre existing excel sheet it forces me to convert it over to a xls file. This loses the ability to carry over some graphs and other formatting. Is there anyway to do this with python, or is it impossible? If it's the latter can you recommend me a language that can do this?

0

There are 0 answers