summaryrefslogtreecommitdiff
path: root/tablib/formats/_xlsx.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-041-2/+2
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-041-1/+4
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-041-9/+9
* io.BytesIO is also available in Python 2.7Claude Paroz2019-10-031-6/+1
* Made blank lines PEP-8 compatibleClaude Paroz2019-10-031-1/+0
* Open xlsx workbooks in read-only modeClaude Paroz2019-03-091-2/+2
* Trim trailing white space throughout the projectJon Dufresne2019-03-021-3/+1
* Merge pull request #333 from hudgeon/masterTimo Furrer2019-03-021-1/+1
|\
| * Updated xlsx format to use openpyxl's .active propertyDougHudgeon2018-06-251-1/+1
* | Replace a deprecated method callTsuyoshi Hombashi2018-10-061-1/+1
* | fix(): remove openpyxl warning by properly accessing cells (#296)Gregory Bataille2018-09-121-1/+1
|/
* Replaced vendored openpyxl by a dependency (#221)Claude Paroz2017-02-201-20/+17
* 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