read_excel and ExcelFile engine conflict #26566
Labels
Error Reporting
Incorrect or improved errors from pandas
good first issue
IO Excel
read_excel, to_excel
Milestone
This is currently valid code:
Though ambiguous as to which engine is actually being used. I think we should be raising if an engine is specified in
read_excel
when the target is apd.ExcelFile
, as the latter is a lower level construct and will already have an engine in place.@simonjayhawkins
The text was updated successfully, but these errors were encountered: