| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Replaced tabs with whitespaces | Marco Dalla G | 2015-10-07 | 1 | -26/+26 | |
| | | |/ / / | ||||||
| | * | | | | Fix XLSX import | Wes | 2015-11-09 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | * | | | Fixed a compatibility bug for Python 3 by adding xrange to | Thomas Anthony | 2015-05-26 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| | * | | Adding DBF support. | James Douglass | 2014-08-21 | 2 | -1/+95 | |
| | * | | Only freeze the headers row, not the headers columns | Gavin Wahl | 2014-06-16 | 1 | -3/+1 | |
| * | | | New import/export interface with dataset and databook `import_` and `export` ...import_export | Iuri de Silvio | 2015-04-05 | 2 | -17/+18 | |
| |/ / | ||||||
| * | | allow csv fields to have multiple lines | Brad Pitcher | 2014-05-01 | 1 | -2/+2 | |
| * | | Fix test_unicode_appendfix/unicode_append | Iuri de Silvio | 2014-04-19 | 1 | -3/+3 | |
| |/ | ||||||
| * | Use InvalidFileException to fix the test | Eduard Carreras | 2014-01-23 | 1 | -1/+1 | |
| * | don't use ExcelWriter with databook | Thomas Coopman | 2014-01-11 | 1 | -2/+1 | |
| * | Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output | Kenneth Reitz | 2014-01-08 | 1 | -1/+4 | |
| |\ | ||||||
| | * | Make sure codecs module loaded for all versions of Python | Jim Dalton | 2012-05-10 | 1 | -1/+1 | |
| | * | Fix UnicodeError in HTML output | Jim Dalton | 2012-05-10 | 1 | -1/+4 | |
| * | | Merge pull request #76 from djv/develop | Kenneth Reitz | 2014-01-08 | 2 | -0/+65 | |
| |\ \ | ||||||
| | * | | xls and xlsx import support | Daniel Velkov | 2012-06-01 | 2 | -0/+65 | |
| * | | | Merge pull request #110 from djrobstep/develop | Kenneth Reitz | 2014-01-08 | 2 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | Fixed tsv auto format detection. | Robert Lechte | 2013-08-28 | 1 | -1/+1 | |
| | * | | | Changed yaml dumping to use safe_dump, for consistency with loading. | Robert Lechte | 2013-08-28 | 1 | -2/+2 | |
| * | | | | Merge pull request #111 from dec0dedab0de/develop | Kenneth Reitz | 2014-01-08 | 2 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | safe_load is not working for book | James Patrick Robinson Jr | 2013-08-28 | 1 | -1/+1 | |
| | * | | | | changed split('\r\n') to splitlines() | James Patrick Robinson Jr | 2013-08-27 | 1 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Remove XLSX empty sheet on export_book | Iuri de Silvio | 2013-09-16 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #68 from msabramo/python3 | Kenneth Reitz | 2012-11-15 | 1 | -3/+1 | |
| |\ \ \ | ||||||
| | * | | | Changes for Python 3 compatibility, including vendorizing xlrd3 | Marc Abramowitz | 2012-05-15 | 1 | -3/+1 | |
| | | |/ | |/| | ||||||
| * | | | Fixed Frozen Frame issue in xlsx export | Aaron Levin | 2012-08-01 | 1 | -1/+3 | |
| * | | | Fix typos. | Bruce Mitchener | 2012-06-08 | 8 | -8/+8 | |
| | |/ |/| | ||||||
| * | | XLS import_book method implemented. | xando | 2012-05-16 | 1 | -0/+20 | |
| |/ | ||||||
| * | Fix #50 - Catch YAML ScannerError | Jan Brauer | 2012-01-29 | 1 | -1/+2 | |
| * | Add detect function in _xls. Update yaml, csv, and tsv detection functions to... | VanL | 2012-01-06 | 4 | -5/+25 | |
| * | use yaml safe_load (thanks @toastdriven) | Kenneth Reitz | 2011-11-02 | 1 | -3/+3 | |
| * | I don't remember merging that.. | Kenneth Reitz | 2011-08-15 | 1 | -42/+1 | |
| * | Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop | Kenneth Reitz | 2011-08-08 | 1 | -2/+6 | |
| |\ | ||||||
| | * | Replace None with empty string before creating td | Mike Waldner | 2011-08-07 | 1 | -2/+6 | |
| * | | Added xls detection. | Greg Thornton | 2011-07-14 | 1 | -0/+8 | |
| * | | Added XLS import support | Greg Thornton | 2011-07-14 | 1 | -2/+34 | |
| |/ | ||||||
| * | Stick w/ utf-8. Easy enough to modify. | Kenneth Reitz | 2011-06-21 | 2 | -2/+2 | |
| * | utf-8-sig encoding for csv/tsv (for excel). | Kenneth Reitz | 2011-06-21 | 2 | -13/+8 | |
| * | bugfix | Kenneth Reitz | 2011-06-20 | 1 | -1/+1 | |
| * | integrate omnijson | Kenneth Reitz | 2011-06-20 | 1 | -6/+6 | |
| * | fixes #17 | Kenneth Reitz | 2011-05-25 | 1 | -5/+1 | |
| * | Turn off OrderedDict for yaml. | Kenneth Reitz | 2011-05-22 | 1 | -3/+4 | |
| * | 2.x bytesio fix | Kenneth Reitz | 2011-05-22 | 2 | -4/+4 | |
| * | BytesIO | Kenneth Reitz | 2011-05-22 | 1 | -1/+1 | |
| * | BytesIO | Kenneth Reitz | 2011-05-22 | 2 | -4/+4 | |
| * | Merge pull request #14 from f4nt/tablib | Kenneth Reitz | 2011-05-22 | 2 | -1/+102 | |
| |\ | ||||||
| | * | ods support | Mark Rogers | 2011-05-18 | 1 | -14/+6 | |
| | * | Bolding still doesn't work :( | Mark Rogers | 2011-05-15 | 1 | -6/+9 | |
| | * | py3k tests now pass | Mark Rogers | 2011-05-15 | 1 | -9/+12 | |
| | * | start of the py3k port of odfpy | Mark Rogers | 2011-05-14 | 1 | -25/+19 | |
| | * | Tidied up a bit, renamed _odf to _ods like it should have been. Bold not work... | Mark Rogers | 2011-05-14 | 2 | -33/+23 | |
