Import Excel data into Kendo Grid

1 Answer 24 Views
Grid Upload
abdul
Top achievements
Rank 1
Iron
abdul asked on 23 Jan 2025, 07:22 AM | edited on 23 Jan 2025, 08:27 AM

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.

 

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 23 Jan 2025, 07:02 PM

Hi Abdul,

 

Thank you for contacting us.

Generally, the Grid does not support built-in importing from Excel:
https://www.telerik.com/forums/import-excel-file-to-kendo-grid-using-mvc-core---razor
https://feedback.telerik.com/kendo-jquery-ui/1359719-add-import-excel-sheet-in-kendo-ui-grid

On the other hand, we have another component specifically designed for that:
https://demos.telerik.com/aspnet-mvc/spreadsheet

If you prefer using the Grid, you can use the following custom approach:
https://docs.telerik.com/kendo-ui/knowledge-base/import-excel-grid

Do you find this research beneficial?

 

Regards,
Eyup
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid Upload
Asked by
abdul
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Share this question
or