You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two HRA tables are the only places in invest where we allow Excel files.
Supporting Excel files requires some additional maintenance:
the excel_ok attribute in the model spec
extra code in validation to handle excel files
require extra dependencies (xlrd, openpyxl) necessary for pandas to read Excel files
HRA has its own table reading functions
It seems that the added maintenance costs are no longer worth it, especially as we are expanding CSV validation and type checking. I’m guessing we originally supported Excel because the HRA tables are complicated and it’s nice to work with them in a spreadsheet software, but users can still do that and export to CSV when they’re done. Stacie and Jade confirmed on slack that they are OK with using CSVs only.
The text was updated successfully, but these errors were encountered:
The two HRA tables are the only places in invest where we allow Excel files.
Supporting Excel files requires some additional maintenance:
excel_ok
attribute in the model specxlrd
,openpyxl
) necessary for pandas to read Excel filesIt seems that the added maintenance costs are no longer worth it, especially as we are expanding CSV validation and type checking. I’m guessing we originally supported Excel because the HRA tables are complicated and it’s nice to work with them in a spreadsheet software, but users can still do that and export to CSV when they’re done. Stacie and Jade confirmed on slack that they are OK with using CSVs only.
The text was updated successfully, but these errors were encountered: