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
CaukajunCaukajun 

Process .xlsx File in Apex

Hello all,

 

I'm looking to process a .xlsx file from Excel in Apex code but have not been able to find any documentation on how to do this.  Can someone point me towards an answer?  I know I can process the file if it gets converted to .csv but I'm trying to avoid having to request this from the user if I don't have to.  Any help would be greatly appreciated, thanks!

 

caukajun

Saikishore Reddy AengareddySaikishore Reddy Aengareddy

Haven't seen any parsers so far for csv or xls... look at this link might help you..

 

http://boards.developerforce.com/t5/Apex-Code-Development/Excel-processing-in-Apex/m-p/88796/highlight/true#M7752