Import excel sheet
How to do i import excel sheet data into my database using only c# application?
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.
Jacke ElisPosted Jan 27, 2015, 7:25 AM
The API is from this excel library for .NET.
You can use that first Load method to read both XLS and XLSX files in .NET.