Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 08:56 AM
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 Runtime | Spark 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.13 | dev.mauch:spark-excel_2.13:4.0.0_0.31.2 | false | 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?