
How to Import this Excel Data Into Table


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.
Sandeep KumarPosted Mar 15, 2024, 7:51 AM
pls anyone help me
Jayraj ChhayaPosted Mar 15, 2024, 6:14 AM
Hi Sandeep Kumar,
To import Excel data into a table in Dot net, you can utilize the
ExcelDataReaderlibrary. First, install theExcelDataReaderpackage via NuGet Package Manager. Then, you can use the following code snippet to achieve this:This code snippet reads an Excel file, extracts the data, and stores it in a DataTable.
You can read your data sheet-wise using custom code