summaryrefslogtreecommitdiff
path: root/tablib/formats/_xlsx.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #108 - Test and improve format autodetectionClaude Paroz2019-10-041-2/+2
| | | | Autodetection was added for the odf format.
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-041-1/+4
|
* Fixes #314 - Delegate type coercion to openpyxlClaude Paroz2019-10-041-9/+9
| | | | Thanks Cristiano Lopes for the initial patch.
* 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
| | | | Refs #316
* Trim trailing white space throughout the projectJon Dufresne2019-03-021-3/+1
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Merge pull request #333 from hudgeon/masterTimo Furrer2019-03-021-1/+1
|\ | | | | Updated xlsx format to remove reference to openpyxl's deprecated get_active_worksheet
| * Updated xlsx format to use openpyxl's .active propertyDougHudgeon2018-06-251-1/+1
| |
* | Replace a deprecated method callTsuyoshi Hombashi2018-10-061-1/+1
| | | | | | | | Workbook.remove_sheet method deprecated since openpyxl 2.4.0
* | 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
| | | | | | | | | | | | It is time to make it happen. * Dropped Python 3.2 support Recent dependencies are dropping Python 3.2 too. * Replaced vendored openpyxl by a dependency Thanks Tommy Anthony for the initial patch.
* frzn_col_idx not definedClaudio Mike Hofer2016-02-081-3/+4
| | | As in #53 already solved. Freeze panes set to A2 again.
* Merge branch 'develop' into import_exportKenneth Reitz2016-02-071-4/+2
|\ | | | | | | | | | | | | # Conflicts: # tablib/core.py # tablib/formats/_csv.py # tablib/formats/_xlsx.py
| * Fix XLSX importWes2015-11-091-2/+2
| | | | | | | | | | | | | | Calling import_set on an XLSX file was throwing a TypeError from Openpyxl. Openpyxl Reader load_workbook requires a file-like object as the first argument. This commit fixes the error by passing in a file-like object instead of a string.
| * Only freeze the headers row, not the headers columnsGavin Wahl2014-06-161-3/+1
| | | | | | | | Fixes #53
* | New import/export interface with dataset and databook `import_` and `export` ↵import_exportIuri de Silvio2015-04-051-7/+8
|/ | | | | | methods and overloaded `import_set` and `import_book` functions.
* 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 support
| * 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