vb.net - using excel in windows form application -


i want create windows based inventory application. need automate manual entry in multiple excel spreadsheets, , in spreadsheet formula's used . values in sheets interdependent upon formulas.

i want use excel tables , formulas in application. there way of creating spreadsheet , assigning formula's cell ?

or better alternative?

as tony suggests using databse far better idea. if use database can have excel sheets connect other users interact with.

can connect sql server excel?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -