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
eeshaeesha 

How to import and export the sales force object data in to ms excel using web services class

Hi, 

 

        Anyone please help me how to write web services class in salesforce for exporting or importing the salesforce object data. Thanks in advance.

 

 

Thanks,

eesha.

AshanAshan

use the enterprise WSDL and do it with Java or .NET

eeshaeesha

Hi,

 

If you don't mind please can you tell me the procedure how to do it. Because i don't know web services.. 

 

 

Thanks,

Eesha.

AshanAshan

If you know how to crete a Excel file from a data set using java, you can get that data set by following this tutorial.

http://wiki.developerforce.com/index.php/Introduction_to_the_Force.com_Web_Services_Connector

 

If you are familiar in .NET use following tutorial

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_steps.htm