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
[writer] fixing date write bug (fixes #29)
ericgazoni
as Eric Gazoni
More... over 14 years ago
merge with hjunes branch adding charts support
ericgazoni
as Eric Gazoni
More... over 14 years ago
merge
ericgazoni
as Eric Gazoni
More... over 14 years ago
[reader] don't use read-only flag if not using iterators
ericgazoni
as Eric Gazoni
More... over 14 years ago
Add support for auto_filter. More... over 14 years ago
Add test for the color of series in a BarChart. More... over 14 years ago
Add test for chart title. More... over 14 years ago
Add titles for charts. More... over 14 years ago
[styles] added fallback solution when Excel uses a broken built-in number format (fixes #44)
ericgazoni
as Eric Gazoni
More... over 14 years ago
BarChart: if edge color is given, then use it also as the fill color. More... over 14 years ago
An implementation of ScatterChart. More... over 14 years ago
[worksheet] using module import for Cell to allow Cell monkey patching when needed
ericgazoni
as Eric Gazoni
More... over 14 years ago
[cell] added an address property to use instead of get_coordinate()
ericgazoni
as Eric Gazoni
More... over 14 years ago
[doc] fixed usage documentation
ericgazoni
as Eric Gazoni
More... over 14 years ago
[compat] fixed unary operator usage
ericgazoni
as Eric Gazoni
More... over 14 years ago
[compat] fixed some compatibility issues with 2.4 and 2.5 installations
ericgazoni
as Eric Gazoni
More... over 14 years ago
[doc] added more information about iter and dump
ericgazoni
as Eric Gazoni
More... over 14 years ago
Added tag 1.5.0 for changeset 75ccbfaf7bde
ericgazoni
as Eric Gazoni
More... over 14 years ago
[version]
ericgazoni
as Eric Gazoni
More... over 14 years ago
[worksheet] added .rows and .colmns properties to iterate through rows and columns
ericgazoni
as Eric Gazoni
More... over 14 years ago
[iter] replaced 'missing' value by None instead of empty string (to mimick xlrd behavior)
ericgazoni
as Eric Gazoni
More... over 14 years ago
Added tag 1.4.1 for changeset 80642f44d93c
ericgazoni
as Eric Gazoni
More... over 14 years ago
[version]
ericgazoni
as Eric Gazoni
More... over 14 years ago
[iter] improved performance by reducing calls to functools.partial
Alexandre Fayolle
as afayolle
More... over 14 years ago
[reader] adedd a small optimisation on fast_parse (suggested by Alexandre Fayolle)
ericgazoni
as Eric Gazoni
More... over 14 years ago
[tests] fixed broken tests and removed dead code
ericgazoni
as Eric Gazoni
More... over 14 years ago
[iter] fixed file seek issues
ericgazoni
as Eric Gazoni
More... over 14 years ago
[iter] improved read memory consumption using streams instead of archive.read() which tries to fit the whole file in memory
ericgazoni
as Eric Gazoni
More... over 14 years ago
[dump] fixed write order for xml nodes
ericgazoni
as Eric Gazoni
More... over 14 years ago
[iter] fixing broken import
ericgazoni
as Eric Gazoni
More... over 14 years ago