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
User SFDCUser SFDC 

Inbound Email Handler

Hi ,

Scenario 1 ::
How to read the attached excel via inbound email handler and create records in salesforce by reading the data from attached excel.
Share any useful links on this.
Scenario 2 ::
Is there any way that i can read a table of data and insert the data into salesforce object.
Eg :: I will be getting the data as shown below and i need to read the take the field name from left column and accordingly insert into specific value in salesforce by taking value from right column.

User-added image
SonamSonam (Salesforce Developers) 
Following cookbook would be helpful as this has sample code to process an incoming email and save data in salesforce:
http://developer.force.com/cookbook/recipe/retrieving-information-from-incoming-email-messages