Declined
Last Updated: 06 Feb 2024 00:08 by Sergey
Arsham
Created on: 19 Sep 2017 13:38
Category: Grid
Type: Feature Request
31
Import Excel File In to Kendo Grid For Angular 2
hello 
i`m always using kendo grid in my project
but i can`t import excel to kendo grid 
please make it possible to import excel file and select specific sheet to kendo grid
5 comments
Sergey
Posted on: 06 Feb 2024 00:08
Update: this is now possible with the Spreadsheet component.

https://www.telerik.com/forums/can-i-use-the-spreadsheet-module-to-import-and-export-xlsx-files-without-the-ui
ADMIN
Dimiter Topalov
Posted on: 20 Oct 2022 11:47

Hi all,

We are declining this feature request as such functionality will be an integral part of the upcoming Spreadsheet component:

https://feedback.telerik.com/kendo-angular-ui/1360608-spreadsheet-control-like-its-there-in-jquery-flavor

The Grid component is agnostic of where it data comes from, so if the only reason for importing the Excel document is to display tabular data, this can be achieved by utilizing some third party solution (or custom logic) for parsing an excel document and converting its content to JSON that can be further processed to a collection of objects that will be passed to the Grid.

Regards,
Dimiter Topalov
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.

Steve
Posted on: 26 Jan 2018 15:23
This is an integral part of our project as we replace a Silverlight solution, since we no longer have the ability to filter the grid with the operators "Is Contained In", & "Is Not Contained In". This functionality is heavily used by our end users, and we cannot offer a solution that does not include this ability. We had hoped we could offer the option of a batch import via an excel worksheet....
Terrance
Posted on: 21 Dec 2017 14:30
Yes this is important to my users as well. This should have been default behavior. Anything that the .net Winforms grid can do it should be out of the box with Kendo at the very least.
Aarchie
Posted on: 20 Dec 2017 23:46
I should be able to import data of excel sheet to kendo grid.