-
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 starts being used
When I started working on openpyxl a few months ago, I didn’t know it would catch that much activity around it. I’m very happy to see that it can apparently help so many people 🙂 I’ll try to follow-up on the bug fixes and new features as far as my time permits, and will usually answer […]
-
openpyxl is on PyPi
Yes, I know, yet another post about openpyxl 😉 This time I’m announcing the release of the 1.1.0 version on PyPi. As mentioned in the Wiki, you can now just type easy_install openpyxl to get the latest released version, if you are not much into getting the snapshop from bitbucket. Also, thanks to Yaroslav’s great job, […]
-
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 […]