| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #108 - Test and improve format autodetection | Claude Paroz | 2019-10-04 | 1 | -2/+2 |
| | | | | | Autodetection was added for the odf format. | ||||
| * | Fixed #373 - Properly detect xlsx format | Claude Paroz | 2019-10-04 | 1 | -1/+4 |
| | | |||||
| * | Fixes #314 - Delegate type coercion to openpyxl | Claude Paroz | 2019-10-04 | 1 | -9/+9 |
| | | | | | Thanks Cristiano Lopes for the initial patch. | ||||
| * | io.BytesIO is also available in Python 2.7 | Claude Paroz | 2019-10-03 | 1 | -6/+1 |
| | | |||||
| * | Made blank lines PEP-8 compatible | Claude Paroz | 2019-10-03 | 1 | -1/+0 |
| | | |||||
| * | Open xlsx workbooks in read-only mode | Claude Paroz | 2019-03-09 | 1 | -2/+2 |
| | | | | | Refs #316 | ||||
| * | Trim trailing white space throughout the project | Jon Dufresne | 2019-03-02 | 1 | -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/master | Timo Furrer | 2019-03-02 | 1 | -1/+1 |
| |\ | | | | | Updated xlsx format to remove reference to openpyxl's deprecated get_active_worksheet | ||||
| | * | Updated xlsx format to use openpyxl's .active property | DougHudgeon | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Replace a deprecated method call | Tsuyoshi Hombashi | 2018-10-06 | 1 | -1/+1 |
| | | | | | | | | | Workbook.remove_sheet method deprecated since openpyxl 2.4.0 | ||||
| * | | fix(): remove openpyxl warning by properly accessing cells (#296) | Gregory Bataille | 2018-09-12 | 1 | -1/+1 |
| |/ | |||||
| * | Replaced vendored openpyxl by a dependency (#221) | Claude Paroz | 2017-02-20 | 1 | -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 defined | Claudio Mike Hofer | 2016-02-08 | 1 | -3/+4 |
| | | | | As in #53 already solved. Freeze panes set to A2 again. | ||||
| * | Merge branch 'develop' into import_export | Kenneth Reitz | 2016-02-07 | 1 | -4/+2 |
| |\ | | | | | | | | | | | | | # Conflicts: # tablib/core.py # tablib/formats/_csv.py # tablib/formats/_xlsx.py | ||||
| | * | Fix XLSX import | Wes | 2015-11-09 | 1 | -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 columns | Gavin Wahl | 2014-06-16 | 1 | -3/+1 |
| | | | | | | | | | Fixes #53 | ||||
| * | | New import/export interface with dataset and databook `import_` and `export` ↵import_export | Iuri de Silvio | 2015-04-05 | 1 | -7/+8 |
| |/ | | | | | | methods and overloaded `import_set` and `import_book` functions. | ||||
| * | 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 #76 from djv/develop | Kenneth Reitz | 2014-01-08 | 1 | -0/+49 |
| |\ | | | | | xls and xlsx import support | ||||
| | * | xls and xlsx import support | Daniel Velkov | 2012-06-01 | 1 | -0/+49 |
| | | | |||||
| * | | Remove XLSX empty sheet on export_book | Iuri de Silvio | 2013-09-16 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed Frozen Frame issue in xlsx export | Aaron Levin | 2012-08-01 | 1 | -1/+3 |
| | | | |||||
| * | | Fix typos. | Bruce Mitchener | 2012-06-08 | 1 | -1/+1 |
| |/ | |||||
| * | success!! | Kenneth Reitz | 2011-05-13 | 1 | -8/+12 |
| | | |||||
| * | a bunch of cleanup from my previous commit | Mark Rogers | 2011-05-12 | 1 | -29/+22 |
| | | |||||
| * | Merely a proof of concept, soon to be tidied up | Mark Rogers | 2011-05-12 | 1 | -0/+104 |
