Exporting the excel through the Download button by Importing the CSV

Hello Everyone!! I am working with Dash from two weeks now so I am still a novice.

I am building a dashboard where we can give the ability for users to download the Raw data in Excel that we import into Pandas from CSV. I saw many threads which use the callback function but I want the user to download the entire raw data and not just the data which we select in the date range. So is there a way to do that ? Any help is appreciated.

📣 Dash 1.1.0 released check if the new export feature in dash table is what you are looking for

1 Like