Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42871 > unrolled thread
| Started by | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| First post | 2013-04-05 21:41 -0300 |
| Last post | 2013-04-05 21:41 -0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
xlwt 0.7.5 released! Chris Withers <chris@simplistix.co.uk> - 2013-04-05 21:41 -0300
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Date | 2013-04-05 21:41 -0300 |
| Subject | xlwt 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
Back to top | Article view | comp.lang.python
csiph-web