Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
zipfile.BadZipFile
error when reading .xlsx
files.
Use the name of the `.xlsx`, when opening the workbook, since the following error is thrown when attempting to read the `io.TextIOWrapper` instance: `zipfile.BadZipFile: File is not a zip file when loading an .xlsx file` Issue: ets#54.
- Loading branch information