I am converting the functionalities incorporated in a complex excel sheet to an ASP.Net project. In this I have a requirement to parse/process excel like formula using VB.NET or c#.
I have a grid like structure which displays accounting figures and the user is allowed to pre-configure formula in required cells.
Example :- In my datagrid Cell[2][1], I should be able to configure
formula = Sum(Cell[1][1] + Cell[1][2]) .
Is there a way we can parse/process excel formula from vb.net/c# ?