0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add StreamWriter More... over 15 years ago
- add example of how to change one cell in a workbook - add XLRDReader - BaseFilter now keeps track of rdbook rather than having to do this every time in the book and set_rdbook methods of filter implementations. More... over 15 years ago
As John M rightly points out, the last commit was a bad idea :-( More... over 15 years ago
copy all colinfo records when a new sheet is emitted rather than as cells are emitted. More... over 15 years ago
Don't allow the writing of bogus sheet names More... over 15 years ago
- add xlutils.styles for finding out information about a cell's style - update testall.xls so styles can be tested More... over 15 years ago
- add some named style examples to testall.xls - turn on style compression fully for written workbooks - adjust tests for both of the above. More... over 15 years ago
put some version requirements in, since we need xlrd to support formatting and we will need xlwt to support style compression. More... over 15 years ago
Add link to xlutils.display docs. More... over 15 years ago
tweaks for pypi More... over 15 years ago
tagging 1.0.0 More... over 15 years ago
tidying up for release More... over 15 years ago
It makes more sense to log the write sheet name rather than whatever the read sheet name happens to be. More... over 15 years ago
make error filter use a temp dir rather than too many tempfiles More... over 15 years ago
fix bug in ColumnFilter when multiple workbooks were passed. More... over 15 years ago
- add set_rdsheet method to filters - fix bug in BaseWriter, can't store wtrow on self and don't need to More... over 15 years ago
- tweak how MethodFilters are instantiated - allow naming of Echos More... over 15 years ago
- add ColumnTrimmer filter More... over 15 years ago
pass the whole cell to the filter function. More... over 15 years ago
- fix BaseWriter to handle no formatting info from the reader, so allowing TestReaders to be used with writers or filters that subclass BaseWriter - at configurable log call to ErrorFilter when no methods are passed - ErrorFilter also now filters out booleans and error cells - make order of type,value in TestReader cells the same everywhere *sigh* - made DummyBooks smell more like real books More... over 15 years ago
Add display utilities. More... over 15 years ago
correct logic bug in cells_all_junk More... over 15 years ago
- add, document and test ErrorFilter - fix bug in BaseWriter where self.wtbook wasn't deleted after it was no longer used - simplify TestBaseWriter.test_single_workbook_with_all_features More... over 15 years ago
clarify finish method More... over 15 years ago
- move TestCallable-related stuff to fixtures.py - create handy TestTraversable class - add and test base MethodFilter - add filters: Echo, MemoryLogger More... over 15 years ago
Note limitation of TestReader More... over 15 years ago
- add TestReader More... over 15 years ago
- rename TestFilter to TestCallable and make public - move compare function to fixtures.py More... over 15 years ago
- document BaseFilter - do example More... over 15 years ago
- document writers - add BaseWriter and test - add DirectoryWriter and test More... over 15 years ago