2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[iter] fixed max row and column detection for iter reader
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[strings] make sure we always use unicode strings everywhere
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[reader] removed commented code
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[iter_worksheet] add support for calculated strings
ericgazoni
as Eric Gazoni
More... almost 14 years ago
Added tag 1.5.5 for changeset dad4800d3db6
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[licence] fixing Odict licence (oops, sorry Raymond)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
Added tag 1.5.5 for changeset 33ced48e0f7e
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[test] fixed test to go with Rick Rankin patch (fixes #30)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
Added tag 1.5.5 for changeset b1a351431bf5
ericgazoni
as Eric Gazoni
More... almost 14 years ago
version
ericgazoni
as Eric Gazoni
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)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[writer] added write support for wrapped text (fixes #65)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[readme] updated readme
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[cell] fixed the numeric regexp (fixes #77)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[cell] added encoding support for data input (fixes #76)
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[project] updated credits, added readme
ericgazoni
as Eric Gazoni
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
ericgazoni
as Eric Gazoni
More... almost 14 years ago
Added tag 1.5.4 for changeset dbdd9171212b
ericgazoni
as Eric Gazoni
More... almost 14 years ago
version
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[iter] fixed a bug on boolean value interpretation
ericgazoni
as Eric Gazoni
More... almost 14 years ago
[named ranges] added codeape's patch for scoped named ranges (fixes #64)
ericgazoni
as Eric Gazoni
More... about 14 years ago
[reader] now looking into workbook.xml for sheet names
ericgazoni
as Eric Gazoni
More... about 14 years ago
[reader] removed re-raise that was hiding traceback on general Exceptions
ericgazoni
as Eric Gazoni
More... about 14 years ago