Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi dears.

I have an Excel file and there are many formula on it.
I want to know can i use this formula in c#? i want to link my C# into this Excel file to use formula that typed there, here in my windows form.
Is it possible?
Posted
Comments
Tarun Mangukiya 5-Aug-12 3:20am    
But tell what do you want to do exactly?
Give more information...

1 solution

If you are using excel in your program and want to get the formulas the only way to go is trough the Interop Excel. Here is a Microsoft page that shows you all the nessesary code:
http://support.microsoft.com/kb/302084[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900