How to read, edit and write xls files, and then export to SQL Server

Posted by tuanvt on Stack Overflow See other posts from Stack Overflow or by tuanvt
Published on 2009-11-02T14:37:24Z Indexed on 2010/03/14 17:45 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

I have an excel file that have the list of contacts( about 10 k of them) that I need to push into my SQL Server database. So, I am writing an .net windows program using visual studio 2008 to read the files, generate random password for each contact, and then push these information in to my SQL Server database. It was easy to handle excel file in 2003 but now my computer have office 2007 in it and things seem to changed. I am digging on Microsoft.Office.Interop.Excel but it is seem to be a lot more complicated than before.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Windows