Does anyone have a good way to convert excell to asp? I have a workbook that does some simple calculations that are based on the end user just inputting one number and it returns a figure based on the calculations.
If the user input is coming from your webpage, and the calcs are done in Excel, you could have the server-side code of your ASP page use automation to start up Excel, load your workbook, change to the sheet with the calcs, insert the input values into the approp cells then read the calc from the result cell, and then place the answer back in the rendered page.
It requires a knowledge of automation of Excel, but much of that is pretty easy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.