Hi, I am quite new to streamlit and aggrid. When I create a grid using AgGrid() and I make changes in the way columns are displayed and values are formatted, is it possible to export this rendered format? Accessing the data of the grid gives me only the input data.
Is there maybe an implementation of this in streamlit: JavaScript Data Grid: Excel Export