[iter] fixed max row and column detection for iter reader |
|
More...
|
almost 14 years ago
|
[strings] make sure we always use unicode strings everywhere |
|
More...
|
almost 14 years ago
|
[reader] removed commented code |
|
More...
|
almost 14 years ago
|
[iter_worksheet] add support for calculated strings |
|
More...
|
almost 14 years ago
|
Added tag 1.5.5 for changeset dad4800d3db6 |
|
More...
|
almost 14 years ago
|
[licence] fixing Odict licence (oops, sorry Raymond) |
|
More...
|
almost 14 years ago
|
Added tag 1.5.5 for changeset 33ced48e0f7e |
|
More...
|
almost 14 years ago
|
[test] fixed test to go with Rick Rankin patch (fixes #30) |
|
More...
|
almost 14 years ago
|
Added tag 1.5.5 for changeset b1a351431bf5 |
|
More...
|
almost 14 years ago
|
version |
|
More...
|
almost 14 years ago
|
Commented out the 'scheme' element as it appears to prevent the font name from |
|
More...
|
almost 14 years ago
|
[cell] added Decimal type as a numeric type (fixes #78) |
|
More...
|
almost 14 years ago
|
[writer] added write support for wrapped text (fixes #65) |
|
More...
|
almost 14 years ago
|
[readme] updated readme |
|
More...
|
almost 14 years ago
|
[cell] fixed the numeric regexp (fixes #77) |
|
More...
|
almost 14 years ago
|
[cell] added encoding support for data input (fixes #76) |
|
More...
|
almost 14 years ago
|
[project] updated credits, added readme |
|
More...
|
almost 14 years ago
|
[excel(reader)] Added try except around loading workbook properties, so that workbooks with no properties get the default properties |
|
More...
|
almost 14 years ago
|
[Workbook] Added an assert in add_worksheet() preventing from adding anything but a Worksheet (fixes #72) |
|
More...
|
almost 14 years ago
|
[date_time] Modified the re that deals with W3CDTF date format to allow dates without an ending Z (fixes #73) |
|
More...
|
almost 14 years ago
|
[cell] Altered the re for numeric in order to block out numbers with leading zeroes (fixes #70) |
|
More...
|
almost 14 years ago
|
[worksheet] Adding testfiles |
|
More...
|
almost 14 years ago
|
[worksheet(writer)] fixed long number bug. using repr on a long number causes it to return the number with L appended. Now using str() on long numbers |
|
More...
|
almost 14 years ago
|
[dump] watching file descriptors to avoid a 'too many open files' error when dumping a large number of worksheets |
|
More...
|
almost 14 years ago
|
Added tag 1.5.4 for changeset dbdd9171212b |
|
More...
|
almost 14 years ago
|
version |
|
More...
|
almost 14 years ago
|
[iter] fixed a bug on boolean value interpretation |
|
More...
|
almost 14 years ago
|
[named ranges] added codeape's patch for scoped named ranges (fixes #64) |
|
More...
|
about 14 years ago
|
[reader] now looking into workbook.xml for sheet names |
|
More...
|
about 14 years ago
|
[reader] removed re-raise that was hiding traceback on general Exceptions |
|
More...
|
about 14 years ago
|