summaryrefslogtreecommitdiff
path: root/src/tablib/formats/_xlsx.py
Commit message (Expand)AuthorAgeFilesLines
* Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)HEADmasterdmosberger2020-12-041-4/+4
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-2/+3
* Fixes #465 - Allow importing 'ragged' .xlsx files (#466)Claude Paroz2020-05-161-0/+2
* Fixes #462 - Update xlsx import to read cell values instead of cell formulasdragonworks2020-03-111-2/+2
* Optimize xlsx detection (#448)Claude Paroz2020-01-261-10/+13
* Fixes #440 -Normalize stream inputs as IO streamsClaude Paroz2020-01-111-5/+2
* Refs #256 - Implement class-based formatsClaude Paroz2019-11-021-120/+120
* Add known third parties to isortClaude Paroz2019-10-221-1/+0
* Refs #401 - Sort imports with isortHugo2019-10-221-0/+1
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-10-191-1/+1
* Fix some linting errorsPeyman Salehi2019-10-191-1/+1
* Drop python 2 supportPeyman Salehi2019-10-191-6/+2
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+144