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
Hanimi ReddyHanimi Reddy 

Parse Excel using Apex

Hi All,

Can you suggest me the way to parse the excel attachment or convert the CSV to Excel using Apex code.


 
VinodKRVinodKR
Hi Hanimi,

This links should help you to kick start.

Parse CSV - https://developer.salesforce.com/page/Code_Samples

Then Generate excel - http://salesforceapexcodecorner.blogspot.in/2012/03/export-in-csv-and-excel-in-apex.html

Thanks,

Have a great day ahead,Let the Force be with you!
Please mark this as best answer if it helps you.