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
Steve BlackwellSteve Blackwell 

Integrating Excel Sheet with proprietary calculation macros?

Didn't have much luck in searching for this, so I figured I'd ask.

I have a spreadsheet I need to integrate to Salesforce for a client which is doing some propriatary calculations to output some leasing values for an opportunity. My initial plan was to simply recreate this logic in Salesforce and have the system auto calculate it and output it to a field on an opportunity, but the leasing company won't unlock the spreadsheet or allow anyone access to their calculations.

Is there any other way to pass values to and from a Spreadsheet? I wasn't finding any obvious answers or apps, which I think is usually because Salesforce aims to replace the spreadsheets. The client and I really want to get rid of the spreadsheet, but since we can't attain these propriatary calculations we're stuck with it for the time being and are trying to find a solution other than all the copy/pasting that otherwise needs to happen between Salesforce and Excel.
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Have you tried Salesforce Excel Connector?
https://developer.salesforce.com/page/Force.com_Excel_Connector
Bharath Reddy 144Bharath Reddy 144
Hi Steve,
Hope you are doing well, I have same challange in our comapny. We have a excel sheet with all formulas/values and we would like to integrate it into SF.
Were you lucky in finding an answer, If yes do share the Knowledge :)
Thank You.
prateek khanna 24prateek khanna 24
Hey. did you find any solution for this problem.
José SalasJosé Salas
Hi, you can take a look on this API:
https://spreadsheet-api.com/
José