Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2025 01:07 PM
Hey @Rakesh007
I faced a similar issue a few months ago with this library:
https://github.com/nightscape/spark-excel/discussions/834
I assume you’re currently using Unity Catalog — it seems to introduce some compatibility issues, and unfortunately, the library hasn’t been updated to address them yet.
Anyway make sure that you got it avaiable in allowed JARs/Init Script inside Catalog>Metastore>allowed JARs/Init Script
Hope this helps! 🙂
Isi
Hi, I had been successfully using this package to read .xlsx files into Databricks. However, we have recently implemented Unity Catalog (UC) and this package is not compatible with the UC permissio...