summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #315 from cls1991/developdevelopTimo Furrer2019-03-021-1/+1
|\ | | | | DataBook().load function params error.
| * DataBook().load function params errorcls19912017-10-241-1/+1
|/
* Merge pull request #309 from cristiano2lopes/delegate-type-coercion-to-openpyxlKenneth Reitz2017-09-111-13/+11
|\ | | | | Delegate type coercion to openpyxl
| * Handle raised exceptions while setting the value on the cellCristiano Lopes2017-09-111-3/+5
| | | | | | | | | | Convert the value to unicode, if not enough i think the bubbling of the exception is the best thing to do
| * Delegate type coercion to openpyxlCristiano Lopes2017-09-111-12/+8
|/
* Merge pull request #302 from kirsn/patch-2Kenneth Reitz2017-08-291-1/+1
|\ | | | | `Nose` link corrected
| * `Nose` link correctedKiran Subbaraman2017-08-281-1/+1
|/ | | It now points to https://github.com/nose-devs/nose
* v0.11.3v0.11.3Kenneth Reitz2016-02-162-2/+7
|
* Merge pull request #220 from kennethreitz/masterKenneth Reitz2016-02-163-3/+11
|\ | | | | Master
| * update footer in docsKenneth Reitz2016-02-161-1/+1
| |
| * v0.11.2v0.11.2Kenneth Reitz2016-02-162-2/+10
| |
* | Merge pull request #219 from timofurrer/bugfix/export-onlyKenneth Reitz2016-02-161-2/+3
|\ \ | |/ | | Fix export only formats
| * Fix export only formatsTimo Furrer2016-02-151-2/+3
|/ | | | | | | | Formats like LaTeX could have never been exported because `setattr(cls, set_%s % fmt.title, fmt.import_set)` always failed for export-only formats and with that the exception was caught in the outer try/except and the format tuple was set to (None, None) with `cls._formats[fmt.title] = (None, None)`
* Merge pull request #216 from cmhofer/developKenneth Reitz2016-02-081-3/+4
|\ | | | | Error: frzn_col_idx not defined
| * frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
|/ | | As in #53 already solved. Freeze panes set to A2 again.
* v0.11.1, fix packaging errorv0.11.1Kenneth Reitz2016-02-074-28/+30
|
* Update README.rstKenneth Reitz2016-02-071-0/+2
|
* docs cleanupv0.11.0Kenneth Reitz2016-02-072-2/+2
|
* v0.11.0Kenneth Reitz2016-02-074-9/+12
|
* smarter detect_format functionKenneth Reitz2016-02-073-47/+32
|
* updated historyKenneth Reitz2016-02-071-0/+23
|
* fix __unicode__Kenneth Reitz2016-02-071-3/+6
|
* Fix for transpose().transpose() with duplicate keysKenneth Reitz2016-02-072-4/+12
| | | | #199
* $ make testKenneth Reitz2016-02-071-0/+2
|
* Merge pull request #206 from kontza/developKenneth Reitz2016-02-071-24/+24
|\ | | | | Two 'raise AttributeError' converted to Python 3 -friendly format.
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| |
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-1/+1
| |
| * More Python 3 -friendly formatting.Rumpu-Jussi2015-10-271-2/+2
| |
| * Two 'raise AttributeError' converted to Python 3 -friendly format.Rumpu-Jussi2015-10-271-20/+20
| |
* | Merge pull request #193 from jhermann/patch-1Kenneth Reitz2016-02-070-0/+0
|\ \ | | | | | | Formats .tsv and .html are implemented by now
| * | Formats .tsv and .html are implemented by nowJürgen Hermann2015-04-081-2/+0
| | | | | | | | | Removed mentioning of "wanted" formats that exist.
* | | 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 dat...
| | * | | Added a mechanism to avoid datetime.datetime issues when serializing dataHelge2015-03-021-2/+6
| | | | |
* | | | | cleanupKenneth Reitz2016-02-072-2/+3
| | | | |
* | | | | Merge branch 'develop' into import_exportKenneth Reitz2016-02-0742-263/+4123
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tablib/core.py # tablib/formats/_csv.py # tablib/formats/_xlsx.py
| * | | | | /s/unique/remove_duplicatesKenneth Reitz2016-02-072-11/+11
| |/ / / / | | | | | | | | | | | | | | | #182
| * | | | Merge pull request #182 from cherepski/developKenneth Reitz2016-02-072-0/+26
| |\ \ \ \ | | | | | | | | | | | | Adding ability to unique all rows in a dataset.
| | * | | | Adding ability to unique all rows in a dataset.Kevin Cherepski2015-02-042-0/+26
| | |/ / /
| * | | | Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into developKenneth Reitz2016-02-073-8/+63
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # AUTHORS
| | * | | | filter row and column valuesrabinnankhwa2014-08-311-0/+4
| | | | | |
| | * | | | adding support for creating subset of a dataset.rabinnankhwa2014-08-303-0/+57
| | | | | |
| | * | | | used get method of dictionary instead of exception handlingrabinnankhwa2014-08-301-8/+2
| | | | | |
| | * | | | __getslice__ method of Row classcorrectedrabinnankhwa2014-08-301-1/+1
| | | | | |
| * | | | | python 3.2 is terribleKenneth Reitz2016-02-071-1/+1
| | | | | |
| * | | | | fixed stuipid testKenneth Reitz2016-02-072-15/+3
| | | | | |
| * | | | | Merge branch 'develop' of https://github.com/papisz/tablib into developKenneth Reitz2016-02-074-49/+46
| |\ \ \ \ \
| | * | | | | CSV custom delimiter supportpapisz2014-04-094-49/+46
| | | | | | |
| * | | | | | Merge branch 'latex-export' of https://github.com/mloesch/tablib into developKenneth Reitz2016-02-075-1/+209
| |\ \ \ \ \ \
| | * | | | | | Added LaTeX table export formatMathias Loesch2015-06-045-1/+209
| | | |_|_|_|/ | | |/| | | |