I'm working in pyspark 3.0.1 on data bricks. I have two pyspark data frame,df1 & df2, which I need to save in two sheet of an excel file in ADLS gen2. So I wrote the following script
where path is my ADLS path. Unfortunately I'm not finding error while running the code & also not seeing the excel file in my ADLS. But the same code is working in local & generating excel file with multiple tab.
Is there any other option for ADLS to save excel file with multiple tabs