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
PavanReddyPavanReddy 

how to import salesforce custom object data into excel sheet

Hi All,

            It would be helpful if you could let me know on how to import salesforce custom object data into excel sheet (without using any excel connector/ApexDataLaoder) programatically (Visual Force).

 

Thanks in advance..

 

Pavan..

PavanReddyPavanReddy

Hi Laxman thx for u r help.I have one doubt here .The thing is here we are passing  ID(the record id ) in the URL for the page ,then excel file is generating,its  only for particular record.But what i am looking is in my custom object i have 1000 of records .How we need to export for all 1000 records instead of passing ID in the URL

 

Thanks in advance...

 

regards

pavan..

RollNo1RollNo1

Admininstration Setup -> Data Mangement -> Data Export -> Export Service

 

Else if possible create a report and can be exported as an excel file.

JamieCooperJamieCooper

Hi, SimpleImport gives you the ability to import data in any standard or custom object, along with this feature you can also import into a master and detail object at the same time.

Check out the application on the AppExchange

Or for more information view our demonstration video

Hope this helps!