Completed
Last Updated: 27 Apr 2021 10:49 by ADMIN
Brian
Created on: 01 Dec 2020 19:19
Category: KendoReact
Type: Feature Request
1
export

I am using ExcelExport...

import { ExcelExport, ExcelExportColumn } from "@progress/kendo-react-excel-export";

 

one of the columns being exported is an Enum value.   Is it possible to export the data and have the excel column be a dropdown picklist?  I've attached a file of an example

 

Thanks

 

Attached Files:
2 comments
ADMIN
Stefan
Posted on: 27 Apr 2021 10:49

Hello,

This possible with the current version of the ExcelExport.

I made an example showcasing how to export the columns as a DropDown in the Excel file:

https://stackblitz.com/edit/react-dqbt73?file=app/main.jsx

The supported values in the DropDownList can be customized based on the enum collection.

I hope this will help to achieve the required result.

Regards,
Stefan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Stefan
Posted on: 02 Dec 2020 17:45

Hello, Brian

Currently, the value can only be exported as a standard value in the excel. The workbook customization can be used to map the enum to a user-friendly value:

https://www.telerik.com/kendo-react-ui/components/excelexport/customization/

I have also transferred this to an official feature request as this is how we prioritize the requests.

We will monitor the interest in this and plan it accordingly.

I already added your vote for convenience.

Regards,
Stefan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.