User-215640334 posted
I am trying to create an application that will allow user to input standardized information (facts used to drive pricing data) and then send this data to multiple "pricing" worksheets (different file for each supplier with complex
calculations in each workbook - standard input/ ouput fields). After each set of data is pushed into each of the vendor pricing workbooks - the price is calculated in the workbook and the data is retrieved by the webapp. the user basicall gets a multi-vendor
quote after inputting cost factors one time. Is there a direct way to exchange data (send data to specific cells - calculate and retieve output from specific cellc) with many Excel workbooks using ASP.NET tools so I do no thave to open/close each
individual workbook over the network?
Thanks