summaryrefslogtreecommitdiff
path: root/tablib/formats/_xlsx.py
Commit message (Expand)AuthorAgeFilesLines
* Handle raised exceptions while setting the value on the cellCristiano Lopes2017-09-111-3/+5
* Delegate type coercion to openpyxlCristiano Lopes2017-09-111-12/+8
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
* Merge branch 'develop' into import_exportKenneth Reitz2016-02-071-4/+2
|\
| * Fix XLSX importWes2015-11-091-2/+2
| * Only freeze the headers row, not the headers columnsGavin Wahl2014-06-161-3/+1
* | New import/export interface with dataset and databook `import_` and `export` ...import_exportIuri de Silvio2015-04-051-7/+8
|/
* 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 #76 from djv/developKenneth Reitz2014-01-081-0/+49
|\
| * xls and xlsx import supportDaniel Velkov2012-06-011-0/+49
* | Remove XLSX empty sheet on export_bookIuri de Silvio2013-09-161-0/+1
* | Fixed Frozen Frame issue in xlsx exportAaron Levin2012-08-011-1/+3
* | Fix typos.Bruce Mitchener2012-06-081-1/+1
|/
* success!!Kenneth Reitz2011-05-131-8/+12
* 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-121-0/+104