Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,

Can any one let me know i can i integrate the full excel application in c# application.

What I have tried:

Tried with web-browser but i am opening the excel sheet.
But my requirement is to embed the complete excel application.
Posted
Updated 15-May-17 10:58am
Comments
sameer549 15-May-17 7:43am    
can you explain, y do u need this ?
CHill60 15-May-17 8:25am    
What do you mean by "embed" - you can launch Excel from within your application and interact with it, but you will need to give us more information about what you are actually trying to do.
Maciej Los 15-May-17 16:49pm    
Why do you need to embed Excel application into your programme?

1 solution

You didn't explain why you need Excel application embeded in your application... Neverthless...

I'd suggest to read that CP article: A Calculation Engine for .NET[^]

On the other hand, you can manipulate Excel data by using OpenXml format[^].
For further details, please see:
Generating Excel 2010 Workbooks by using the Open XML SDK 2.0[^]
Retrieving the Values of Cells in Excel 2010 Workbooks by Using the Open XML SDK 2.0[^]

On another hand (assuming that it's possible :D), there's EPPlus - a .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx). See: EPPlus-Create advanced Excel spreadsheets on the server - Home[^]
 
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