Nieuws

xltpl.writer uses xlrd to read xls files, and uses xlwt to write xls files. xltpl.writerx uses openpyxl to read and write xlsx files. When xltpl reads a xls/x file, it creates a tree for each ...
xlstpl uses xlrd to read and use xlwt to write .xls files, uses jinja2 as its template engine. When xlstpl reads a .xls file, it creates a tree for each worksheet. Then, it translates the tree to a ...
$ python ssconverter.py file1.xls file1-%d.csv $ python ssconverter.py file1.xls file1-%s.csv If the format specifier is %d, then the sheet number is formatted into the output file name, if %s is ...