Hi
Im trying to create a Financial app in C#. It will have text boxes to enter values, slider controls to enter amounts and a button to start computing. it outputs at least 1 graph
we have a working solution now but its in an excel spreadsheet on 3 sheets. The question is, can the COM references for office and excel be used so that the excel spreadsheet is the background processing part, and the values get filled in on a gridview or some chart view?
I have added the COM reference now for excel. i run the program, click the button and it launches excel. no, I dont want excel to run, it has to be self contained. Or everything done in excel has to be migrated so that it runs from within the c# form
thanks for any input