Re: Accessing excel files from C#

From: Shiva (shiva_sm_at_online.excite.com)
Date: 11/17/04


Date: Wed, 17 Nov 2004 21:31:52 +0530

Hi,
If you meant using ADO.NET (no RecordSets), then check this one:
http://support.microsoft.com/kb/306572

For ADO (with RecordSets), see if this helps:
http://support.microsoft.com/kb/306023

"Mike Grishaber" <mgrishaber@cp.org> wrote in message
news:oPImd.26080$Ho4.1102219@news20.bellglobal.com...
Does anyone know how to read an Excel file using C# and treat the resluts as
RecordSets?

Thanks

Mike