I'm trying to parse an .xlsx file stored in s3 using lambda python. Stored it to /tmp/ and tried parsing with xlrd. I'm getting "BOF error".
Asked
Active
Viewed 709 times
0
-
Please share a minimal code sample that produces the issue. – Igor Jerosimić Mar 24 '18 at 08:27
-
Possible duplicate of [Error: Unsupported format, or corrupt file: Expected BOF record](https://stackoverflow.com/questions/16504975/error-unsupported-format-or-corrupt-file-expected-bof-record) – hansaplast Mar 24 '18 at 12:51