hi there, i have some complex excel spreadsheets that i am looking to webify. does fp spread for asp.net have the ability to convert an existing spreadsheet with its formulas and such to a web application?
an extremely simple example. my spreadsheet has 3 cells. cell a1 holds a number, say a dollar amount. cell a2 holds a percent. cell a3 displays the result of a1 * a2. great, that's my excel file. can i import that file using fp spread and have an excell looking web page where changing the data in cells a1 or a2 causes an ajax call to a backend component which performs the calculation and sends the result to cell a3?
if so, is there a guide someplace that i can refer to for how to do this?