Fixes #462 - Update xlsx import to read cell values instead of cell formulas

Co-authored-by: Claude Paroz <claude@2xlibre.net>
This commit is contained in:
dragonworks
2020-03-11 10:05:43 +02:00
committed by GitHub
parent c25fe54b6f
commit 16b5565354
5 changed files with 22 additions and 2 deletions
+4
View File
@@ -13,6 +13,10 @@
- Fixed minimal openpyxl dependency version to 2.6.0 (#457).
- Dates from xls files are now read as Python datetime objects (#373).
### Improvements
- When importing an xlsx file, Tablib will now read cell values instead of formulas (#462).
## 1.1.0 (2020-02-13)
### Deprecations