-
openpyxl 1.5.0 released
It has been almost one full year since I started this project, and it has now reached a state where it is well suited for production, and intensively tested by an increasing number of people around the globe. The most recent additions I’m the most proud of are the optimized reader and writer, that become […]
-
openpyxl reaches 1.0 mark
After a few more efforts, I am pleased to announce the release of the first version of openpyxl. The reader and the writer are working and tested for strings and numbers. I have been able to read and write simple Excel 2007 xlsx files from Python and open them with Excel. You can clone the […]
-
openpyxl: my python xlsx library
Update: openpyxl 1.0 is now out ! At a customer, we read a lot of Excel files. We’ve tried the conventional approaches, that are xlrd and xlwt, pyinex, and COM automation. That’s COM that we mainly use, because it’s able to deal with every Excel file format, from the ancient Excel 5 to most recent […]