Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting to Excel .xlsx from a Python Pyramid project

I know about the XLWT library, which I've used before on a Django project. XLWT is very neat but as far as I know, it doesn't support .xlsx which is the biggest obstacle in my case. I'm probably going to be dealing with more than 2**16 rows of information. Is there any other mature similar library? Or even better, is there a fork for the XLWT with this added functionality? I know there are libraries in C#, but if a python implementation already exists, it would be a lot better.

Thanks a bunch!

like image 263
chiurox Avatar asked Feb 14 '26 19:02

chiurox


1 Answers

This is pretty good. I used it for a couple of small things:

http://packages.python.org/openpyxl/

like image 51
Deleted Avatar answered Feb 16 '26 10:02

Deleted



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!