I want a solution to read/write excel files without using OLEDB and also should not have any dependeny on exce i.e. it is not required to install Excel on client machines or on server where my application is hosted. Any third party component or open source
would work.
pronobmukhar...
Member
46 Points
10 Posts
How to read / Write Excel Files without using OLEDB
Feb 20, 2012 05:10 AM|LINK
Hi,
I want a solution to read/write excel files without using OLEDB and also should not have any dependeny on exce i.e. it is not required to install Excel on client machines or on server where my application is hosted. Any third party component or open source would work.
Thanks
vinay13mar
Star
7756 Points
1626 Posts
Re: How to read / Write Excel Files without using OLEDB
Feb 20, 2012 05:14 AM|LINK
Hi,
check the link
http://forums.asp.net/t/1616826.aspx/1
http://www.codeproject.com/Articles/37055/Working-with-MS-Excel-xls-xlsx-Using-MDAC-and-Oled
http://codehill.com/2009/01/reading-excel-2003-and-2007-files-using-oledb/
http://www.aspsnippets.com/Articles/Read-and-Import-Excel-Sheet-into-ASP.Net-GridView-Control.aspx
V.K.Singh
pronobmukhar...
Member
46 Points
10 Posts
Re: How to read / Write Excel Files without using OLEDB
Feb 20, 2012 05:35 AM|LINK
Hi,
All the links use OLEDB for excel intraction, I do not want to use OLEDB as I have mentioned.
Thanks