S
S_K
Hi,
I have a need to read data from an Excel spreadsheet using ASP.NET
(C# ). The data is then displayed in various locations on the web
site. This should be very simple and I have been following David
Hayden's excellent article on this (http://davidhayden.com/blog/dave/
archive/2006/05/26/2973.aspx) but I get type or namespace could not be
found errors when I build. I've tried to include a reference for the
following:
System.Data.Odbc.OdbcFactory
System.Data.OleDb.OleDbFactory
System.Data.SqlClient.SqlClientFactory
However I can't find any references for the above namespaces in the
"Add Reference" .Net or COM sections.
Is there anyway to easly read the cells from an Excel speadsheet?
Thanks in advance so much for your help!
Steve
I have a need to read data from an Excel spreadsheet using ASP.NET
(C# ). The data is then displayed in various locations on the web
site. This should be very simple and I have been following David
Hayden's excellent article on this (http://davidhayden.com/blog/dave/
archive/2006/05/26/2973.aspx) but I get type or namespace could not be
found errors when I build. I've tried to include a reference for the
following:
System.Data.Odbc.OdbcFactory
System.Data.OleDb.OleDbFactory
System.Data.SqlClient.SqlClientFactory
However I can't find any references for the above namespaces in the
"Add Reference" .Net or COM sections.
Is there anyway to easly read the cells from an Excel speadsheet?
Thanks in advance so much for your help!
Steve