sxl icon indicating copy to clipboard operation
sxl copied to clipboard

A python library to help you deal with big Excel files.

Results 5 sxl issues
Sort by recently updated
recently updated
newest added

Hi! Is it possible to change the column names without loading the whole excel file into the memory with this package?

Hello, Thanks for your work. I want to parse a excel file by chunk on my Flask web server (I want to read the first 1000 lines). I read the...

After reading an xls file os.stat doesnt return any file changes. manually calling close() on wb.xls (with wb: Workbook(file)) fixes the problem. Maybe a problem of ZipFile, too? Best Martin

See commit 543682d0d9cfd3c3f66c47844c8e3d023d9dc8df which already (hopefully) fixes this.

I think when you try to grab 1 row (e.g., ''ws.rows[1]'' to grab the 1st row of a worksheet), it should simply return that row.