pyexcel-xls icon indicating copy to clipboard operation
pyexcel-xls copied to clipboard

A wrapper library to read, manipulate and write data in xls using xlrd and xlwt

Results 2 pyexcel-xls issues
Sort by recently updated
recently updated
newest added

Pyexcel throws an error when opening .xlsm files when both libraries are installed side by side (pyexcel-xls and pyexcel-xlsx). This is due to xlrd dropped support for anything other than...

With your PR, here is a check list: - [x] Has test cases written? - [x] Has all code lines tested? - [x] Has `make format` been run? - [x]...