I want to use a spreadsheet as a rules engine for my application. I have a process that requires complex and constantly changing calculations to be performed. I figure that the best way to automate this is to have my app send some parameter values into a spreadsheet, have that do the calculations and then return the value to my app.
The question is, can I do this from code without a load of effort and also without calling into Office Automation?
Submit a new solution to this problem >