Skip to main content

Hi all

It's very important I don't know anything about coding. I want to import my Excel file to my custom object Sample c to create new records using visual force page, but I can't figure out how to do it.

I have an Excel file with columns for Name, Email, and Phone, and I need to import the values to Sample c fields Name c, Email c, and Phone c. However, I can't do this, and I need help from experts because I've already tried all the links related to this and now I need the full code and unable to uninstall openvas (https://howisland.com/how-to-uninstall-openvas/).

Thanks f
2 respuestas
  1. 23 nov 2025, 19:14

    If you don’t code, building a full VF upload page from scratch is going to be tough, since you’d need both the page and an Apex controller to parse the CSV and insert the records. For a quick win, most folks just import the file with Data Import Wizard or an external tool and skip the VF route entirely. If you ever want to automate it later without writing Apex, Skyvia (https://skyvia.com/data-integration/salesforce-csv-file-import-and-export) can also handle simple CSV-to-Salesforce loads into custom objects with field mapping built in.

0/9000