Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88999 > unrolled thread
| Started by | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| First post | 2015-04-15 17:51 -0400 |
| Last post | 2015-04-16 06:52 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
xlwt 1.0.0 released! Chris Withers <chris@simplistix.co.uk> - 2015-04-15 17:51 -0400
Re: xlwt 1.0.0 released! jogaserbia <ivanjankovic@live.ca> - 2015-04-16 06:52 -0700
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Date | 2015-04-15 17:51 -0400 |
| Subject | xlwt 1.0.0 released! |
| Message-ID | <mailman.325.1429134712.12925.python-list@python.org> |
Hi All,
I'm pleased to announce the release of xlwt 1.0.0.
This release contains the following:
- Python 3 support.
- An initial set of unit tests.
- An initial set of Sphinx documentation.
- Move to setuptools for packaging.
- Wire up Travis, Coveralls and ReadTheDocs.
- Allow longs as row indexes.
Big thanks to Thomas Kluyver for his work on Python 3 support, Manfred
Moitzi
for donating his unit tests.
Belated thanks to Landon Jurgens for his help on converting the
documentation
to Sphinx.
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/
NB: This is likely the last "new feature" release of xlwt. If there are
bugs, we will try and fix them, but it may be a slow process. If you're
starting a new project, you should probably consider openpyxl or
xlsxwriter instead.
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
[toc] | [next] | [standalone]
| From | jogaserbia <ivanjankovic@live.ca> |
|---|---|
| Date | 2015-04-16 06:52 -0700 |
| Message-ID | <9267b6b4-1ca3-4764-b396-ae33b222af97@googlegroups.com> |
| In reply to | #88999 |
Thanks Chris. I'll be doing some stuff in python and excel in the future, and this will help out a lot. Ivan
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web