The excel tag has no wiki summary.
0
votes
1answer
52 views
Create new field based on data from spreadsheet?
I'd like to create a new field for Account objects in Salesforce which is filled based on if the Account Name matches one of the names on a spreadsheet that I have. So I basically want to have a giant ...
0
votes
1answer
37 views
Inserting Account and custom object record at the same time?
Hi i need to create a record in both Account and custom object"customlead" at the same. I tried this DataLoader but at a time we can select only one object. I need to select both how this could de ...
0
votes
0answers
40 views
XLS Read and Automatic CSV conversion
We have a requirement to read contents (rows) from an XLS file and upload (the file as an attachment) the same once the read and insert into custom Objects are complete. My observation after ...
0
votes
2answers
57 views
Perform Insert/Update/Query/Delete operations on Force.com records via Excel
Scenario: I am looking at a viable approach to insert/update/query/delete records in Force.com right from a predefined Excel Template. These operations will have to be done by the End Users.
...
4
votes
2answers
84 views
Visualforce to Excel: Prevent long number from being displayed in Scientific Notation
I have a Visual page which offers the capability of exporting a data table to Excel.
There is a text field called Account number. Some account numbers are more than 12 digits long. When such numbers ...