I want to upload excel file to make a table by using UI in databricks.
since databricks doesn't accept excel files. So I tried to change the datatype of all the data in excel to string first.
Then transform it to csv uft-8, and click the [create ]button in the UI. upload the csv.
But it failed. I found many error in it.
Does someone can help me?