function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vishwas B NVishwas B N 

Convert JSON string to excel

Hi Team,

I have a requirement , where we have to convert the JSON string to excel in Apex and store the file as Attachment to SObject.

Can any one suggest how to can perform transformation from JSON to excel file in apex code?

 

VinayVinay (Salesforce Developers) 
Hi Vishwas,

Check below examples that can help you.

https://sfdcfacts.com/apex/json-to-csv-convert-utility-class-for-apex-and-java/
https://salesforce.stackexchange.com/questions/224793/how-to-convert-a-json-string-into-listobject-in-apex

Please mark as Best Answer if above information was helpful.

Thanks,