Fixed #373 - Properly detect xlsx format

This commit is contained in:
Claude Paroz
2019-10-04 20:32:01 +02:00
parent 34334e72a1
commit 91062672b5
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@
- Fixed `DataBook().load` parameter ordering (first stream, then format).
- Fixed a regression for xlsx exports where non-string values were forced to
strings (#314).
- Fixed xlsx format detection (which was often detected as `xls` format).
- Added search to all documentation pages
- Open xlsx workbooks in read-only mode (#316)
- Unpin requirements