PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
991 stars 191 forks source link

Rename exported Excel or CSV filename #212

Open mzeidhassan opened 1 year ago

mzeidhassan commented 1 year ago

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