While exporting csv in react ag grid, I want to make a field to be exported as a table which contains row and column, how to do this?

I have row data where a field is being rendered as a table by using custom cell renderer. How to export that cell as table only while exporting as csv in ag grid.

I tried writing processCellCallback but not able to export that field as table.