I have imported excel file from angular using formData to web api core 6 C sharp. How can i read each row cell of the excel until i finish them?
Loading
I have imported excel file from angular using formData to web api core 6 C sharp. How can i read each row cell of the excel until i finish them?
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.
Jaimin ShethiyaPosted Jul 14, 2024, 10:45 AM
Hello Austin,
Please refer below documantation.
https://github.com/ClosedXML/ClosedXML/wiki
Thanks
Nikunj SatasiyaPosted Jul 14, 2024, 4:56 AM
Hi Austin,
You can take refrence from this article How to Read Excel Sheets in ASP.NET Core C# from Angular | Step-by-Step.
Article LInk:
https://www.codingvila.com/2024/07/how-to-read-excel-sheets-in-aspnet-core.html
Vishal YelvePosted Jul 13, 2024, 4:15 AM
Hi
You can refer my article how to read data from Excel in c#.
https://www.c-sharpcorner.com/article/how-to-read-data-from-an-excel-sheet/