Data Export from AgGrid

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

Hey @PatrickBalada,

Are you looking to export the updated data as an Excel file, or are you looking to export the updated grid as HTML?