Hello,
My code and screen shot are below.
How can I format the numbers in columns to percentage or round a number ?
df_exc= pd.read_excel(yol)
gb = GridOptionsBuilder.from_dataframe(df_exc)
gb.configure_pagination()
gb.configure_column("Env_Oran", cellStyle={'color': 'red'})
gb.configure_selection(selection_mode="single", use_checkbox=True)
gridOptions = gb.build()
AgGrid(df_exc, gridOptions=gridOptions)
#data = AgGrid(df_exc, gridOptions=gridOptions, enable_enterprise_modules=True, allow_unsafe_jscode=True, update_mode=GridUpdateMode.SELECTION_CHANGED)