Hi,
I have have a requirement, where I need to upload an excel file. After uploading the excel file when the user clicks Import button then all the excel data should add to the Kendo grid.
I am using .Net 8 with MVC Razor page to achieve this. Is there any library I have to use to read the excel data to kendo grid or the kendo grid
have some API(s) which can read the excel file and update the grid.
This is my excel records.
This is my application, when the user upload this above excel and click on import from Excel, then the above excel records should fill in the
kendo grid.