der
Valued Contributor

Hi @mmayorga 

Thank you very much for your insights. 

I am not sure if the format "excel" has something to do with open source spark. I think this is more a Databricks thing spark.databricks.sql.excel.enabled

Current state:

Databricks RuntimeSpark Excel
default of config spark.databricks.sql.excel.enabled
V2 Reader .format("excel")
16.4.x-scala2.12
com.crealytics:spark-excel_2.12:3.5.0_0.20.3
 
cannot be found
works
17.3.x-scala2.13dev.mauch:spark-excel_2.13:4.0.0_0.31.2false does not work

How to use V2 data source .format("excel") of dev.mauch:spark-excel_2.13:4.0.0_0.31.2 with 17.3.x-scala2.13?