How to create, read and edit excel files in asp.net core
Loading
How to create, read and edit excel files in asp.net core
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.
Vishal YelvePosted Nov 2, 2022, 7:42 AM
Hi Naresh,
Use Open XML
To read data from excel
https://www.c-sharpcorner.com/article/how-to-read-data-from-an-excel-sheet/
To add and update
https://www.c-sharpcorner.com/blogs/add-update-rows-data-in-excel-using-open-xml-and-c-sharp
Abhishek YadavPosted Nov 1, 2022, 4:07 AM
use iexcel as it is easy to use and free
Leon DPosted Nov 1, 2022, 1:26 AM
Free Spire.XLS for .NET (https://www.e-iceblue.com/Introduce/free-xls-component.html) is capable of creating, reading and editing excel files in asp.net core, and it is free for both personal and commercial use.
You can find its detailed functionalities by visiting the documentation below:
https://www.e-iceblue.com/Tutorials/Spire.XLS/Spire.XLS-Program-Guide/Spire.XLS-Program-Guide-Content.html