[writer] fixing date write bug (fixes #29) |
|
More...
|
over 14 years ago
|
merge with hjunes branch adding charts support |
|
More...
|
over 14 years ago
|
merge |
|
More...
|
over 14 years ago
|
[reader] don't use read-only flag if not using iterators |
|
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) |
|
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 |
|
More...
|
over 14 years ago
|
[cell] added an address property to use instead of get_coordinate() |
|
More...
|
over 14 years ago
|
[doc] fixed usage documentation |
|
More...
|
over 14 years ago
|
[compat] fixed unary operator usage |
|
More...
|
over 14 years ago
|
[compat] fixed some compatibility issues with 2.4 and 2.5 installations |
|
More...
|
over 14 years ago
|
[doc] added more information about iter and dump |
|
More...
|
over 14 years ago
|
Added tag 1.5.0 for changeset 75ccbfaf7bde |
|
More...
|
over 14 years ago
|
[version] |
|
More...
|
over 14 years ago
|
[worksheet] added .rows and .colmns properties to iterate through rows and columns |
|
More...
|
over 14 years ago
|
[iter] replaced 'missing' value by None instead of empty string (to mimick xlrd behavior) |
|
More...
|
over 14 years ago
|
Added tag 1.4.1 for changeset 80642f44d93c |
|
More...
|
over 14 years ago
|
[version] |
|
More...
|
over 14 years ago
|
[iter] improved performance by reducing calls to functools.partial |
|
More...
|
over 14 years ago
|
[reader] adedd a small optimisation on fast_parse (suggested by Alexandre Fayolle) |
|
More...
|
over 14 years ago
|
[tests] fixed broken tests and removed dead code |
|
More...
|
over 14 years ago
|
[iter] fixed file seek issues |
|
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 |
|
More...
|
over 14 years ago
|
[dump] fixed write order for xml nodes |
|
More...
|
over 14 years ago
|
[iter] fixing broken import |
|
More...
|
over 14 years ago
|