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 OOCalc
However, a large effort has been made on supporting the whole python 2.4 – 2.7 range. In the past, 2.4 and 2.5 compatibilities were damaged, now it should be restored back to normal.
Once again, thanks to all the contributors for their help ;-)

5 Responses to openpyxl 1.5.6

  1. Thanks so much for your work on this. It’s proven to be really helpful. The only thing that stands in the way so far is the documentation. I would really like to help you if you need a hand with it.

    • Hi, actually I don’t know as it’s using a lot of CPython libraries to handle xml parsing. If you manage to run it successfully with IronPython let me know, and if you need help setting things up, you can still contact me with a traceback. Good luck ! :)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s