-
openpyxl 1.5.6
Small compatibility release this time, no big features added, see the changelog by yourself: [iter_worksheet] add support for calculated strings (they have a special data type for that ?) [strings] make sure we always use unicode strings everywhere [iter] fixed max row and column detection for iter reader [styles] fixed custom number format detection under […]
-
openpyxl 1.5.5
After a long (long) break (sorry, I eventually bought a PS3, I knew this could happen), we come back with a new version of openpyxl ! This has been requested by a few people so here is a small changelog since the last (1.5.4 version): Commented out the ‘scheme’ element as it appears to prevent […]
-
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 turns 1.1
After two weeks of intense activity around openpyxl, I’m releasing version 1.1 today. This new version brings support for dates and number formats. Several bugs have been fixed, thanks to the careful testing of two new contributors, Jonathan Peirce and Yaroslav Halchenko, both working on the PsychoPy project. Thanks guys for boosting my morale, providing […]
-
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: simple writer done
I’ve been very busy on openpyxl the last few days, and I managed to get a working writer for basic data types (strings, numerics). For the impatient, you can clone my bitbucket repository: hg clone https://ericgazoni@bitbucket.org/ericgazoni/openpyxl It’s still a work in progress, so expect some quirks here and there, and if that happens, please file […]
-
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 […]