grajee-everest
grajee-everest
I got the same error when I first tried it with Maven Coordinates as in the screenshot below. Seeing this error, I went through the dependencies at the [**link**](https://github.com/crealytics/spark-excel/wiki#dependencies) and...
If it helps these are the jar files that I see running for the session: ``` %scala spark.sparkContext.listJars.foreach(println) ``` spark://xx.xxx.xx.xx:40525/jars/addedFile2184961893124998763poi_shared_strings_2_2_3-55036.jar spark://xx.xxx.xx.xx:40525/jars/addedFile8325949175049880530poi_5_1_0-6eaa4.jar spark://xx.xxx.xx.xx:40525/jars/addedFile3805277380370442712spoiwo_2_12_2_0_0-5d426.jar spark://xx.xxx.xx.xx:40525/jars/addedFile4821020784640732815commons_text_1_9-9ec33.jar spark://xx.xxx.xx.xx:40525/jars/addedFile6096385456097086834commons_collections4_4_4-86bd5.jar spark://xx.xxx.xx.xx:40525/jars/addedFile5503460718089690954poi_ooxml_5_1_0-dcd47.jar spark://xx.xxx.xx.xx:40525/jars/addedFile1801717094295843813commons_compress_1_21-ae1b7.jar spark://xx.xxx.xx.xx:40525/jars/addedFile3469926387869248457h2_1_4_200-17cf6.jar spark://xx.xxx.xx.xx:40525/jars/addedFile7124418099051517404curvesapi_1_6-ef037.jar spark://xx.xxx.xx.xx:40525/jars/addedFile3524630059114379065slf4j_api_1_7_32-db310.jar spark://xx.xxx.xx.xx:40525/jars/addedFile621063403924903495SparseBitSet_1_2-c8237.jar...
FYI - I was able to get the **elastacloud** module [working](https://github.com/elastacloud/spark-excel/issues/10)
I would like to still get this working on Databricks and SQLServer BDC. Note that it is not working in Databricks for few others as well.
I copied the jar file "**spark-excel_2.12-3.1.2_0.15.1.jar**" from **https://search.maven.org/artifact/com.crealytics/spark-excel_2.12/3.1.2_0.15.1/jar** but it did not work as you can see in the error message. Are there other jar files that need to be...
I google for more info on the error and realized that it needs **_"commons-io-2.11.0.jar"_**. I copied it to the hdfs drive and I ran the notebook but this time I'm...