streamlit-aggrid icon indicating copy to clipboard operation
streamlit-aggrid copied to clipboard

Rename exported Excel or CSV filename

Open mzeidhassan opened this issue 3 years ago • 0 comments

Right now, the exported Excel is named as 'export.xlsx'., and the sheet name is called 'ag-grid'. Is there a way to control the exported Excel or CSV file to the name of the processed/uploaded file, or give users the option to name their files? For example, once you click 'Excel Export', the user will be prompted to add a file name.

Can we also change the sheet name from 'ag-grid' to 'data' for example?

Thanks

mzeidhassan avatar Apr 19 '23 22:04 mzeidhassan