summaryrefslogtreecommitdiff
path: root/tablib
Commit message (Expand)AuthorAgeFilesLines
...
* | allow csv fields to have multiple linesBrad Pitcher2014-05-011-2/+2
* | Fix test_unicode_appendfix/unicode_appendIuri de Silvio2014-04-192-4/+8
|/
* Use InvalidFileException to fix the testEduard Carreras2014-01-231-1/+1
* Maintain dataset title after sort.Iuri de Silvio2014-01-111-2/+2
* 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-082-7/+10
|\
| * Make sure codecs module loaded for all versions of PythonJim Dalton2012-05-101-1/+1
| * Fix UnicodeError in HTML outputJim Dalton2012-05-102-7/+10
* | Merge pull request #76 from djv/developKenneth Reitz2014-01-083-0/+67
|\ \
| * | xls and xlsx import supportDaniel Velkov2012-06-013-0/+67
* | | 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
| |/ / /
* | | | Merge pull request #119 from iurisilvio/empty_sheetKenneth Reitz2014-01-081-0/+1
|\ \ \ \
| * | | | Remove XLSX empty sheet on export_bookIuri de Silvio2013-09-161-0/+1
| |/ / /
* | | | Merge pull request #131 from fusionbox/quotesKenneth Reitz2014-01-081-4/+4
|\ \ \ \
| * | | | remove extraneous quote marksGavin Wahl2013-11-131-4/+4
| |/ / /
* | | | Merge pull request #129 from lexual/dataset_typo_fixKenneth Reitz2014-01-081-2/+2
|\ \ \ \
| * | | | fix misspelling. hundres -> hundreds.lexual2013-11-081-2/+2
| |/ / /
* | | | Add pass to json property.Olle Lundberg2013-11-111-0/+1
|/ / /
* | | Merge pull request #68 from msabramo/python3Kenneth Reitz2012-11-1512-10/+8028
|\ \ \
| * | | Changes for Python 3 compatibility, including vendorizing xlrd3Marc Abramowitz2012-05-1512-10/+8028
| | |/ | |/|
* | | Merge pull request #81 from weirdcanada/frozen-frame-fixKenneth Reitz2012-11-151-1/+3
|\ \ \
| * | | Fixed Frozen Frame issue in xlsx exportAaron Levin2012-08-011-1/+3
* | | | Remove __init__ from slots in ExcelFormula.py for Python 3.3 compatibilityPaul Moore2012-09-211-1/+1
|/ / /
* | | Fix typos.Bruce Mitchener2012-06-088-8/+8
| |/ |/|
* | XLS import_book method implemented.xando2012-05-161-0/+20
* | Generic method import_book (similar to import_set) to import data into Databo...xando2012-05-162-1/+14
|/
* Databook.add_sheet accepts Dataset subclassesKuba Janoszek2012-03-131-1/+1
* Fix #50 - Catch YAML ScannerErrorJan Brauer2012-01-291-1/+2
* ref #48. makes Dataset more like a duck with extend()mellort2012-01-281-0/+8
* Add detect function in _xls. Update yaml, csv, and tsv detection functions to...VanL2012-01-064-5/+25
* Merge pull request #43 from svetlyak40wt/developKenneth Reitz2011-12-241-0/+17
|\
| * Render table in Markdown format on unicode(dataset). Closes #41.Alexander Artemenko2011-10-161-0/+17
* | use yaml safe_load (thanks @toastdriven)Kenneth Reitz2011-11-021-3/+3
|/
* that wasn't right.Kenneth Reitz2011-08-151-1/+1
* really need to use testing branches..Kenneth Reitz2011-08-151-1/+1
* I don't remember merging that..Kenneth Reitz2011-08-151-42/+1
* a column w/ no length could workKenneth Reitz2011-08-111-6/+9
* Throwing InvalidDimensions when append_col with header is called but only hea...Mike Waldner2011-08-101-0/+6
* Merge branch 'append_col_docs' of https://github.com/mawaldne/tablib into dev...Kenneth Reitz2011-08-091-24/+28
|\
| * Adding documentation changes for append_colMike Waldner2011-08-091-24/+28
* | 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
* | | Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into ...Kenneth Reitz2011-07-1415-2/+10260
|\ \ \ | |/ / |/| |
| * | Added xls detection.Greg Thornton2011-07-141-0/+8
| * | Added XLS import supportGreg Thornton2011-07-1415-2/+10252