|
|
|
start date: Fri, 03 Aug 2007 13:37:56 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Steve Kershaw
|
|
2
Alexey Smirnov
|
|
3
Laurent Bugnion, MVP
|
How to transfer Excel data to a List<> object? C#
Hi,
I have a bunch of data in an Excel spreadsheet that I need to get into
my C# code somehow. How is this done?
Thanks
Steve
Date:Fri, 03 Aug 2007 13:37:56 -0700
Author:
|
Re: How to transfer Excel data to a List<> object? C#
On Aug 3, 10:37 pm, Steve Kershaw wrote:
> Hi,
>
> I have a bunch of data in an Excel spreadsheet that I need to get into
> my C# code somehow. How is this done?
>
Hi Steve, I think you can find a few examples here
http://www.google.com/search?hl=en&q=read+excel+asp.net
Date:Fri, 03 Aug 2007 15:51:26 -0700
Author:
|
Re: How to transfer Excel data to a List<> object? C#
Hi,
Steve Kershaw wrote:
> Hi,
>
> I have a bunch of data in an Excel spreadsheet that I need to get into
> my C# code somehow. How is this done?
>
> Thanks
> Steve
I have an example of accessing Excel data using OleDb here:
http://geekswithblogs.net/lbugnion/archive/2006/08/25/89315.aspx
HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Date:Sat, 04 Aug 2007 18:57:56 +0200
Author:
|
|
|