Search code examples
c#excelexcel-2007

Reading Excel Files in C#


How Can I open and read all data in excel file to perform some operations on say write them to a database ...


Solution

  • You can automate Excel using com automation http://support.microsoft.com/kb/302096 , but if you are on a web server you will need to use a third party library like http://sourceforge.net/projects/koogra/