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
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.
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....
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.
I should be able to import data of excel sheet to kendo grid.