f xlsimporter error
Loading
Fixes #52 (closed)
After trying to read a file without a proper ending, the pandas.io.excel.ExcelFile
function throws a ValueError
. I think, the XLRDError
is thrown if a broken xls file is present, but with a correct ending.
I used pytest.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.