Hello all,
How can I read Excel in c# ? Is it possible to do without using 3rd party
Hello all,
How can I read Excel in c# ? Is it possible to do without using 3rd party
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 31, 2016, 4:40 AM
Go for OleDB. Sample code is available here:
Alex SmithPosted Apr 5, 2016, 2:15 AM
workbook.LoadFromFile(string fileName);
http://www.e-iceblue.com/Introduce/spreadsheet-for-net.html
NithikaPosted Mar 31, 2016, 4:40 AM