index
:
delta/python-packages/tablib.git
ci
develop
feature-cli-format
feature/apache
feature/xls-width
fix/unicode_append
import_export
jazzband-releases
master
project_urls
python2
rm-manifest
github.com: kennethreitz/tablib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tablib
/
formats
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle raised exceptions while setting the value on the cell
Cristiano Lopes
2017-09-11
1
-3
/
+5
*
Delegate type coercion to openpyxl
Cristiano Lopes
2017-09-11
1
-12
/
+8
*
frzn_col_idx not defined
Claudio Mike Hofer
2016-02-08
1
-3
/
+4
*
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz
2016-02-07
1
-2
/
+6
|
\
|
*
Merge pull request #186 from hdzierz/develop
Kenneth Reitz
2016-02-07
1
-2
/
+6
|
|
\
|
|
*
Added a mechanism to avoid datetime.datetime issues when serializing data
Helge
2015-03-02
1
-2
/
+6
*
|
|
cleanup
Kenneth Reitz
2016-02-07
1
-2
/
+2
*
|
|
Merge branch 'develop' into import_export
Kenneth Reitz
2016-02-07
8
-75
/
+275
|
\
\
\
|
|
/
/
|
*
|
fixed stuipid test
Kenneth Reitz
2016-02-07
1
-2
/
+2
|
*
|
Merge branch 'develop' of https://github.com/papisz/tablib into develop
Kenneth Reitz
2016-02-07
2
-49
/
+20
|
|
\
\
|
|
*
|
CSV custom delimiter support
papisz
2014-04-09
2
-49
/
+20
|
*
|
|
Merge branch 'latex-export' of https://github.com/mloesch/tablib into develop
Kenneth Reitz
2016-02-07
2
-1
/
+136
|
|
\
\
\
|
|
*
|
|
Added LaTeX table export format
Mathias Loesch
2015-06-04
2
-1
/
+136
|
*
|
|
|
Merge pull request #204 from dallagi/notabs
Kenneth Reitz
2016-01-27
1
-26
/
+26
|
|
\
\
\
\
|
|
*
|
|
|
Replaced tabs with whitespaces
Marco Dalla G
2015-10-07
1
-26
/
+26
|
|
|
/
/
/
|
*
|
|
|
Fix XLSX import
Wes
2015-11-09
1
-2
/
+2
|
|
/
/
/
|
*
|
|
Fixed a compatibility bug for Python 3 by adding xrange to
Thomas Anthony
2015-05-26
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Adding DBF support.
James Douglass
2014-08-21
2
-1
/
+95
|
*
|
Only freeze the headers row, not the headers columns
Gavin Wahl
2014-06-16
1
-3
/
+1
*
|
|
New import/export interface with dataset and databook `import_` and `export` ...
import_export
Iuri de Silvio
2015-04-05
2
-17
/
+18
|
/
/
*
|
allow csv fields to have multiple lines
Brad Pitcher
2014-05-01
1
-2
/
+2
*
|
Fix test_unicode_append
fix/unicode_append
Iuri de Silvio
2014-04-19
1
-3
/
+3
|
/
*
Use InvalidFileException to fix the test
Eduard Carreras
2014-01-23
1
-1
/
+1
*
don't use ExcelWriter with databook
Thomas Coopman
2014-01-11
1
-2
/
+1
*
Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output
Kenneth Reitz
2014-01-08
1
-1
/
+4
|
\
|
*
Make sure codecs module loaded for all versions of Python
Jim Dalton
2012-05-10
1
-1
/
+1
|
*
Fix UnicodeError in HTML output
Jim Dalton
2012-05-10
1
-1
/
+4
*
|
Merge pull request #76 from djv/develop
Kenneth Reitz
2014-01-08
2
-0
/
+65
|
\
\
|
*
|
xls and xlsx import support
Daniel Velkov
2012-06-01
2
-0
/
+65
*
|
|
Merge pull request #110 from djrobstep/develop
Kenneth Reitz
2014-01-08
2
-3
/
+3
|
\
\
\
|
*
|
|
Fixed tsv auto format detection.
Robert Lechte
2013-08-28
1
-1
/
+1
|
*
|
|
Changed yaml dumping to use safe_dump, for consistency with loading.
Robert Lechte
2013-08-28
1
-2
/
+2
*
|
|
|
Merge pull request #111 from dec0dedab0de/develop
Kenneth Reitz
2014-01-08
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
safe_load is not working for book
James Patrick Robinson Jr
2013-08-28
1
-1
/
+1
|
*
|
|
|
changed split('\r\n') to splitlines()
James Patrick Robinson Jr
2013-08-27
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Remove XLSX empty sheet on export_book
Iuri de Silvio
2013-09-16
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #68 from msabramo/python3
Kenneth Reitz
2012-11-15
1
-3
/
+1
|
\
\
\
|
*
|
|
Changes for Python 3 compatibility, including vendorizing xlrd3
Marc Abramowitz
2012-05-15
1
-3
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fixed Frozen Frame issue in xlsx export
Aaron Levin
2012-08-01
1
-1
/
+3
*
|
|
Fix typos.
Bruce Mitchener
2012-06-08
8
-8
/
+8
|
|
/
|
/
|
*
|
XLS import_book method implemented.
xando
2012-05-16
1
-0
/
+20
|
/
*
Fix #50 - Catch YAML ScannerError
Jan Brauer
2012-01-29
1
-1
/
+2
*
Add detect function in _xls. Update yaml, csv, and tsv detection functions to...
VanL
2012-01-06
4
-5
/
+25
*
use yaml safe_load (thanks @toastdriven)
Kenneth Reitz
2011-11-02
1
-3
/
+3
*
I don't remember merging that..
Kenneth Reitz
2011-08-15
1
-42
/
+1
*
Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop
Kenneth Reitz
2011-08-08
1
-2
/
+6
|
\
|
*
Replace None with empty string before creating td
Mike Waldner
2011-08-07
1
-2
/
+6
*
|
Added xls detection.
Greg Thornton
2011-07-14
1
-0
/
+8
*
|
Added XLS import support
Greg Thornton
2011-07-14
1
-2
/
+34
|
/
*
Stick w/ utf-8. Easy enough to modify.
Kenneth Reitz
2011-06-21
2
-2
/
+2
[next]