summaryrefslogtreecommitdiff
path: root/tablib/formats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Fix unicode error in html output
| * 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
| | | | | | | | | | | | | | | | * Alter `test_unicode_append` so that actual unicode characters outside the ASCII bytestring range are tested. * Make sure output of `render` in markup.py is unicode * Add wrapper around output of `export_set` in _html.py so that unicode characters are output.
* | Merge pull request #76 from djv/developKenneth Reitz2014-01-082-0/+65
|\ \ | | | | | | xls and xlsx import support
| * | xls and xlsx import supportDaniel Velkov2012-06-012-0/+65
| | |
* | | Merge pull request #110 from djrobstep/developKenneth Reitz2014-01-082-3/+3
|\ \ \ | | | | | | | | Fix for a broken YAML test and tsv autodetection
| * | | 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
|\ \ \ \ | | | | | | | | | | using readlines() in _tsv.py fixes a small bug.
| * | | | safe_load is not working for bookJames Patrick Robinson Jr2013-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | yaml.safe_load() was not working for import_book, changed it to use yaml.load() instead.
| * | | | 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
|\ \ \ | | | | | | | | Improve Python 3 compatibility
| * | | 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 ↵VanL2012-01-064-5/+25
| | | | to catch other errors when faced with invalid input.
* 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
| | | Related: #18.
* utf-8-sig encoding for csv/tsv (for excel).Kenneth Reitz2011-06-212-13/+8
| | | Fixes #18.
* 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
| | | Fixes #12.
* 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
|\ | | | | | | | | | | | | | | | | --- This should provide basic support for OpenDocument spreadsheets. I didnt have py2.7 installed to test with in tox, but 2.5, 2.6, and py3k passed all tests with tox for me. Lemme know if you see any issues I may have glossed over. Conflicts: tablib/compat.py
| * 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 ↵Mark Rogers2011-05-142-33/+23
| | | | | | | | working yet :(
| * 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
|/ | | | | | | --- This change applies the same unicode CSV fix for TSV files, since all its done in the exporter is changing a few parameters of the CSV module. All unit tests are still passing after this change.
* success!!Kenneth Reitz2011-05-131-8/+12
|
* Merge pull request #9 from f4nt/tablibKenneth Reitz2011-05-122-1/+99
|\ | | | | | | | | | | | | | | | | | | | | | | --- I thought I was going to wait til later to do this, but once I got started I couldnt stop myself I guess. I believe this fixes the row limit issues that I mentioned earlier by adding XLSX support. Ive tested it up to 75k rows. Believe the tests and setup.py should be squared away properly as well. Im a bit concerned about the pane freezing stuff, as thats completely undocumented in openpyxl. Truth be told, I barely even know what that functionality does. I hate spreadsheets :) Anyways, let me know if you want any changes or anything made. Dont have to worry about hurting my feelings or anything! Conflicts: tablib/core25.py test_tablib.py
| * a bunch of cleanup from my previous commitMark Rogers2011-05-121-29/+22
| |
| * Merely a proof of concept, soon to be tidied upMark Rogers2011-05-122-1/+106
| |