I have 3 dataframes FOOTWEAR,APPAREL,ACCESSORIES
and each dataframe show the performance of 50 different suppliers showing their:
sales,stock,markdown,purchases,changes in stock.
I want to create output that takes data of each supplier from the 3 dataframes, combine it to one dataframe and export as an Excel. So the output should be 50 Excel tables with information of each supplier and their performance in all departments.