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
Himanshu vermaHimanshu verma 

.xls and .dbf File Parsing In Salesforce.

Is there any way to parse diffrent types of .xls files into Salesforce ? Or any other way to convert them dynamically into .csv so that we can parse them easily.?
Dev.AshishDev.Ashish
Himanshu,

There is no natice parser for excel in apex, if you have to parse excel upload in vf page, send it to another service for parsing, get response back of data and do what ever you want to do with that data.