Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel File Not Supported #4

Open
FMCalisto opened this issue Jul 11, 2022 · 0 comments
Open

Excel File Not Supported #4

FMCalisto opened this issue Jul 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@FMCalisto
Copy link
Member

We need to fix the following issue:

/Users/francisco/Git/sa-uta11-results/data/mimbcdui_uta11_scenarios.xlsx
Traceback (most recent call last):
  File "src/constants/sheets.py", line 64, in <module>
    loadData = pd.read_excel(scenarios_abs_path)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/util/_decorators.py", line 188, in wrapper
    return func(*args, **kwargs)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/util/_decorators.py", line 188, in wrapper
    return func(*args, **kwargs)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 350, in read_excel
    io = ExcelFile(io, engine=engine)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 653, in __init__
    self._reader = self._engines[engine](self._io)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/pandas/io/excel.py", line 424, in __init__
    self.book = xlrd.open_workbook(filepath_or_buffer)
  File "/Users/francisco/Library/Python/3.7/lib/python/site-packages/xlrd/__init__.py", line 170, in open_workbook
    raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')
xlrd.biffh.XLRDError: Excel xlsx file; not supported
@FMCalisto FMCalisto added the bug Something isn't working label Jul 11, 2022
@FMCalisto FMCalisto added this to the 0.1 milestone Jul 11, 2022
@FMCalisto FMCalisto reopened this Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants