upack2rt()
on python 3.
Thanks to the following for their contributions to this release:
LOCALE
from regular expression that caused
DeprecationWarning
that become an exception in Python 3.6
Workbook.sheet_index()
helper.
Workbook.get_sheet()
now takes either a string name or an integer
index.
ExternSheetRecord
in Python 3.
Thanks to “thektulu” and Lele Gaifax for the Python 3 fixes. Thanks to Ross Golder for the support for inserting images from buffers.
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.
ValueError
is now raised immediately if an attempt is made to set
column width to other than an int in
range(65536)
datemode
in an xlwt
Workbook
can be set to 1904 by doing
workbook.dates_1904
=
1
and is written to the output file. However the
datemode was not being reflected in conversions from
datetime.datetime
and
datetime.date
objects to floats for
output, resulting in dates that were 4 years too high when seen in Excel.
[Errno
0]
Error
raised when
Worksheet.flush_row_data()
was
called after
Workbook.save()
MULBLANK
records on big-endian platforms.
active_pane
on worksheets to be specified
(0,
0,
65535,
255)
->
"A1:IV65536"
Worksheet
property
show_empty_as_zero
,
and added attribute
show_zero_values
(default:
1
==
True
).
See source control for changes made.