โ01-03-2022 03:36 AM
I want to read password protected excel file and load the data delta table.Can you pleas let me know how this can be achieved in databricks?
โ11-23-2022 07:55 AM
looks like no answer to this?
โ11-30-2022 10:11 AM
df = spark.read.format("com.crealytics.spark.excel")\
.option("dataAddress", "'Base'!A1")\
.option("header", "true")\
.option("workbookPassword", "test")\
.load("test.xlsx")
display(df)
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!