Reading an Excel Sheet containing 10000 Rows In C#.
Posted
by Sudheer
on Stack Overflow
See other posts from Stack Overflow
or by Sudheer
Published on 2010-03-29T06:06:10Z
Indexed on
2010/03/29
6:13 UTC
Read the original article
Hit count: 203
While the Jet OleDB Driver is pretty simple to use for reading an Excel sheet, it simply cant handle excel files having rows more than a thousand.
Is there any other way of reading more than 5-10k rows from an excel sheet in C#?
© Stack Overflow or respective owner