summaryrefslogtreecommitdiff
path: root/tablib/formats
Commit message (Expand)AuthorAgeFilesLines
* Handle raised exceptions while setting the value on the cellCristiano Lopes2017-09-111-3/+5
* Delegate type coercion to openpyxlCristiano Lopes2017-09-111-12/+8
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
* Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2016-02-071-2/+6
|\
| * Merge pull request #186 from hdzierz/developKenneth Reitz2016-02-071-2/+6
| |\
| | * Added a mechanism to avoid datetime.datetime issues when serializing dataHelge2015-03-021-2/+6
* | | cleanupKenneth Reitz2016-02-071-2/+2
* | | Merge branch 'develop' into import_exportKenneth Reitz2016-02-078-75/+275
|\ \ \ | |/ /
| * | fixed stuipid testKenneth Reitz2016-02-071-2/+2
| * | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-072-49/+20
| |\ \
| | * | CSV custom delimiter supportpapisz2014-04-092-49/+20
| * | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into developKenneth Reitz2016-02-072-1/+136
| |\ \ \
| | * | | Added LaTeX table export formatMathias Loesch2015-06-042-1/+136
| * | | | Merge pull request #204 from dallagi/notabsKenneth Reitz2016-01-271-26/+26
| |\ \ \ \
| | * | | | Replaced tabs with whitespacesMarco Dalla G2015-10-071-26/+26
| | |/ / /
| * | | | Fix XLSX importWes2015-11-091-2/+2
| |/ / /
| * | | Fixed a compatibility bug for Python 3 by adding xrange toThomas Anthony2015-05-261-1/+1
| | |/ | |/|
| * | Adding DBF support.James Douglass2014-08-212-1/+95
| * | Only freeze the headers row, not the headers columnsGavin Wahl2014-06-161-3/+1
* | | New import/export interface with dataset and databook `import_` and `export` ...import_exportIuri de Silvio2015-04-052-17/+18
|/ /
* | allow csv fields to have multiple linesBrad Pitcher2014-05-011-2/+2
* | Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-191-3/+3
|/
* Use InvalidFileException to fix the testEduard Carreras2014-01-231-1/+1
* don't use ExcelWriter with databookThomas Coopman2014-01-111-2/+1
* Merge pull request #63 from jsdalton/fix_unicode_error_in_html_outputKenneth Reitz2014-01-081-1/+4
|\
| * Make sure codecs module loaded for all versions of PythonJim Dalton2012-05-101-1/+1
| * Fix UnicodeError in HTML outputJim Dalton2012-05-101-1/+4
* | Merge pull request #76 from djv/developKenneth Reitz2014-01-082-0/+65
|\ \
| * | xls and xlsx import supportDaniel Velkov2012-06-012-0/+65
* | | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-082-3/+3
|\ \ \
| * | | Fixed tsv auto format detection.Robert Lechte2013-08-281-1/+1
| * | | Changed yaml dumping to use safe_dump, for consistency with loading.Robert Lechte2013-08-281-2/+2
* | | | Merge pull request #111 from dec0dedab0de/developKenneth Reitz2014-01-082-3/+3
|\ \ \ \
| * | | | safe_load is not working for bookJames Patrick Robinson Jr2013-08-281-1/+1
| * | | | changed split('\r\n') to splitlines()James Patrick Robinson Jr2013-08-271-2/+2
| |/ / /
* | | | Remove XLSX empty sheet on export_bookIuri de Silvio2013-09-161-0/+1
|/ / /
* | | Merge pull request #68 from msabramo/python3Kenneth Reitz2012-11-151-3/+1
|\ \ \
| * | | Changes for Python 3 compatibility, including vendorizing xlrd3Marc Abramowitz2012-05-151-3/+1
| | |/ | |/|
* | | Fixed Frozen Frame issue in xlsx exportAaron Levin2012-08-011-1/+3
* | | Fix typos.Bruce Mitchener2012-06-088-8/+8
| |/ |/|
* | XLS import_book method implemented.xando2012-05-161-0/+20
|/
* Fix #50 - Catch YAML ScannerErrorJan Brauer2012-01-291-1/+2
* Add detect function in _xls. Update yaml, csv, and tsv detection functions to...VanL2012-01-064-5/+25
* use yaml safe_load (thanks @toastdriven)Kenneth Reitz2011-11-021-3/+3
* I don't remember merging that..Kenneth Reitz2011-08-151-42/+1
* Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into developKenneth Reitz2011-08-081-2/+6
|\
| * Replace None with empty string before creating tdMike Waldner2011-08-071-2/+6
* | Added xls detection.Greg Thornton2011-07-141-0/+8
* | Added XLS import supportGreg Thornton2011-07-141-2/+34
|/
* Stick w/ utf-8. Easy enough to modify.Kenneth Reitz2011-06-212-2/+2