xlwt 0.7.5 released!

Chris Withers chris at simplistix.co.uk
Fri Apr 5 20:41:51 EDT 2013


Hi All,

I'm pleased to announce the release of xlwt 0.7.5.

This release contains the following:

- Fixes a bug that could cause a corrupt SST in .xls files written by a 
wide-unicode Python build.

- A ValueError is now raised immediately if an attempt is made to set 
column width to other than an int in range(65536)

- Added the ability to set a custom RGB colour in the palette to use for 
colours. Thanks to Alan Rotman for the work, although this could really 
use an example in the examples folder...

- Fixed an issue trying to set a diagonal border using easyxf. Thanks to 
Neil Etheridge for the fix.

- Fixed a regression from 0.7.2 when writing sheets with frozen panes.

If you find any problems, please ask about them on the 
python-excel at googlegroups.com list, or submit an issue on GitHub:

https://github.com/python-excel/xlwt/issues

There's also details of all things Python and Excel related here:

http://www.python-excel.org/

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk



More information about the Python-list mailing list