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
ravindraravindra 

Can we read and write an Excel file?

Hi,

 

   I am working on an application development wherein I wanted browse an excel file from the local system through the Visualforce page and then read the contents from it and store in the Objects. Is it possible? If yes how can I do it? If no is there any other alternative for it to do?

 

Thanks in advance

jeffdonthemicjeffdonthemic

Unfortunately uploading and reading an Excel file is not possible with Visualforce and Apex. If someone hasn't already submitted it as an Idea, you should.

 

Jeff Douglas

Informa Plc

http://blog.jeffdouglas.com

gv007gv007
u want upload data from client to objects means use dataloader.what is yours scenario.