This is a migrated thread and some comments may be shown as answers.

Import/Export Excel file to Grid

3 Answers 293 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tstzxrq1
Top achievements
Rank 1
Tstzxrq1 asked on 13 Mar 2013, 02:44 AM
Hello.

Is there a way to import and export excel files to kendo grid in JSP?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 13 Mar 2013, 03:55 PM
Hello Sokwhan,

Here's how you can implement Excel export using third party .NET library (NPOI):
http://www.kendoui.com/code-library/mvc/grid/export-grid-to-excel.aspx

You should be able to use similar code logic using the Java version of the library (POI) to implement Excel export with Java backend. Let me know if I am missing something.

Regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tstzxrq1
Top achievements
Rank 1
answered on 14 Mar 2013, 04:39 AM
Hello. Thanks for the response.

Is there one for import as well?
0
Sebastian
Telerik team
answered on 14 Mar 2013, 12:23 PM
Hello again Sokwhan,

Excel import is not supported out-of-the-box by our grid widget. This means that it might be achievable through a custom implementation, depending strictly on your project conventions. This, however, is out of the scope of our support services.

Regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Tstzxrq1
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Tstzxrq1
Top achievements
Rank 1
Share this question
or