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
ItsJustCode999ItsJustCode999 

Is it possible to load data from an excel file into a custom object within Salesforce.com?

Is it possible to load data from an excel file into a custom object within Salesforce.com?
pconpcon
Yes you can do this [1].  You would export your data from an excel file to a CSV and then use the dataloader [2].  There are some app exchange apps that will do it also directly from Excel [3] but I've never used them so I cannot tell you how good they are.

[1] https://help.salesforce.com/HTViewQuickStarts?id=000113376
[2] http://resources.docs.salesforce.com/198/11/en-us/sfdc/pdf/salesforce_data_loader.pdf
[3] https://appexchange.salesforce.com/listingDetail?listingId=a0N30000009x6YDEAY
Mathew Andresen 5Mathew Andresen 5
Yes, you should try the data loader.  Go to setup, data management, import data