summaryrefslogtreecommitdiff
path: root/tablib/formats/_xls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a compatibility bug for Python 3 by adding xrange toThomas Anthony2015-05-261-1/+1
| | | | | | | | | compat.py. The code in tablib/formats/_xls.py used xrange in parsing excel spreadsheets. xrange is not a builtin for Python 3, so I've added xrange = range in compat.py and imported it in tablib/formats/_xls.py.
* Merge pull request #76 from djv/developKenneth Reitz2014-01-081-0/+16
|\ | | | | xls and xlsx import support
| * xls and xlsx import supportDaniel Velkov2012-06-011-0/+16
| |
* | 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
| | |
* | | Fix typos.Bruce Mitchener2012-06-081-1/+1
| |/ |/|
* | XLS import_book method implemented.xando2012-05-161-0/+20
|/
* Add detect function in _xls. Update yaml, csv, and tsv detection functions ↵VanL2012-01-061-0/+20
| | | | to catch other errors when faced with invalid input.
* I don't remember merging that..Kenneth Reitz2011-08-151-42/+1
|
* Added xls detection.Greg Thornton2011-07-141-0/+8
|
* Added XLS import supportGreg Thornton2011-07-141-2/+34
|
* compat moduleKenneth Reitz2011-05-121-9/+1
|
* xls import fixKenneth Reitz2011-03-231-13/+11
|
* 2.5 compatible version checkingKenneth Reitz2011-03-231-2/+2
|
* xlwrt3 if python 3Kenneth Reitz2011-03-231-1/+1
|
* check python versionKenneth Reitz2011-03-231-3/+10
|
* BytesIO in xls for 3.xKenneth Reitz2011-03-231-3/+3
|
* 2to3!Kenneth Reitz2011-03-231-4/+4
|
* *shutter* making everyone else happyKenneth Reitz2011-02-171-49/+49
|
* Support for locked header row.Kenneth Reitz2010-11-171-2/+7
|
* Removed external dependencies, but utilize them if Kenneth Reitz2010-10-061-1/+5
| | | available.
* Oops.Kenneth Reitz2010-10-041-6/+5
|
* none should have an __in__ method.Kenneth Reitz2010-10-041-1/+5
|
* Only wrap when needed.Kenneth Reitz2010-10-041-1/+7
|
* namspace fix.Kenneth Reitz2010-10-041-1/+1
|
* Upgraded XLS abstraction layer. Kenneth Reitz2010-10-041-24/+28
|
* Added separator support for XLS output.Kenneth Reitz2010-10-041-8/+7
|
* XLS support for Separators. Kenneth Reitz2010-10-041-2/+21
| | | Bolden headers and Separators.
* Added wrapping support. Kenneth Reitz2010-10-041-3/+3
|
* Adding docstrings for pylint coverage.Kenneth Reitz2010-09-251-0/+3
|
* Updated elegant imports for instance properties.Kenneth Reitz2010-09-251-1/+1
| | | Data wipes.
* Added format importers.Kenneth Reitz2010-09-251-0/+42