What is the fastest way to Read excel file?
I have a big excel file with 4 sheets and nearly 500 fields in each of them.
Thanks
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.
Jaish MathewsPosted Aug 2, 2010, 11:32 AM
Fastest way to read excel is using OLEDB. You can see lot of articles regarding this.
If you have tasks like format excel cells etc... then use MicrosoftExcel COM objects.