Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42871 > unrolled thread

xlwt 0.7.5 released!

Started byChris Withers <chris@simplistix.co.uk>
First post2013-04-05 21:41 -0300
Last post2013-04-05 21:41 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  xlwt 0.7.5 released! Chris Withers <chris@simplistix.co.uk> - 2013-04-05 21:41 -0300

#42871 — xlwt 0.7.5 released!

FromChris Withers <chris@simplistix.co.uk>
Date2013-04-05 21:41 -0300
Subjectxlwt 0.7.5 released!
Message-ID<mailman.174.1365208926.3114.python-list@python.org>
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@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web