Import numbers from an excel column using C#.

Posted by LIX on Stack Overflow See other posts from Stack Overflow or by LIX
Published on 2010-03-13T04:24:00Z Indexed on 2010/03/13 4:47 UTC
Read the original article Hit count: 207

Filed under:
|

Hi.

I have an Excel file with one column which is filled with numbers. I would like to be read the numbers from this column into an array in C#. How can I do that?

Thank you all.

© Stack Overflow or respective owner

Related posts about excel

Related posts about c#