
i have a s3 uri 's3://salesforcedatabricksorders/orders_data.xlsx' , i have created a connector between data bricks and salesfoce, i am first gettig the orders_data.xlsx to databricks layer perform basic transformation on it and then send it to salesforce data cloud 
Following the below steps but getting the error int he screen shot , i am using databricks free version
- Navigate to your cluster's configuration page in the Databricks UI.
 - Go to the Libraries tab.
 - Click Install New.
 - Select Maven as the source.
 - In the Coordinates box, enter: com.crealytics:spark-excel_2.12:3.5.0
 - Click Install. The cluster will restart with the new library. @szymon_dybczak  have you come across this before ?