I was looking for something to read excel in and I found this excel package I am wondering if it is still under development as I don't see it support excel 2010.

Thanks

link|improve this question

72% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Try EPPlus, it's regularly updated

This project started with the source from ExcelPackage

Take a look also at this Stackoverflow question for more suggestions

link|improve this answer
Do you have any examples how to use it when importing an excel sheet through a webpage and want to extract the values? – chobo2 Feb 21 '11 at 19:16
Ah I think I found something I need in the sample project. I will look into that more. – chobo2 Feb 21 '11 at 19:25
So I been looking at it and I can't figure out how to figure out how many rows are in the file and how many cells are in each row. – chobo2 Feb 21 '11 at 19:52
@chobo2: I think this isn't in the scope of this question anymore. If you're creating a (web)application and are having problems with it then I suggest you create a new question in Stackoverflow with the details – Siim K Feb 22 '11 at 8:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.