I have an xlsx file that I use as a template.
I am tring to create a new excel file using this template how can I read this file and write it to a new xlsx file in python 27?
I have an xlsx file that I use as a template.
I am tring to create a new excel file using this template how can I read this file and write it to a new xlsx file in python 27?
You may want to install the Excel module xlutils at http://www.python-excel.org/
You can use openpyxl to edit existing xlsx files or save them as new files.