summaryrefslogtreecommitdiff
path: root/tablib/formats
Commit message (Expand)AuthorAgeFilesLines
* 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
* utf-8-sig encoding for csv/tsv (for excel).Kenneth Reitz2011-06-212-13/+8
* bugfixKenneth Reitz2011-06-201-1/+1
* integrate omnijsonKenneth Reitz2011-06-201-6/+6
* fixes #17Kenneth Reitz2011-05-251-5/+1
* Turn off OrderedDict for yaml.Kenneth Reitz2011-05-221-3/+4
* 2.x bytesio fixKenneth Reitz2011-05-222-4/+4
* BytesIOKenneth Reitz2011-05-221-1/+1
* BytesIOKenneth Reitz2011-05-222-4/+4
* Merge pull request #14 from f4nt/tablibKenneth Reitz2011-05-222-1/+102
|\
| * ods supportMark Rogers2011-05-181-14/+6
| * Bolding still doesn't work :(Mark Rogers2011-05-151-6/+9
| * py3k tests now passMark Rogers2011-05-151-9/+12
| * start of the py3k port of odfpyMark Rogers2011-05-141-25/+19
| * Tidied up a bit, renamed _odf to _ods like it should have been. Bold not work...Mark Rogers2011-05-142-33/+23
| * proof of concept works. Onto styling and tidyingMark Rogers2011-05-142-1/+120
* | subtle format cleanupsKenneth Reitz2011-05-142-23/+3
* | Merge pull request #11 from cswegger/tablibKenneth Reitz2011-05-141-5/+18
|/
* success!!Kenneth Reitz2011-05-131-8/+12
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-122-1/+99
|\