Completed
Last Updated: 14 Jun 2021 09:00 by ADMIN
Lynden
Created on: 14 Jun 2019 02:12
Category: ExcelExport
Type: Feature Request
2
excel export - include WorkBookSheetRow type property on the interface

Hi

Can you include the type property on the interface WorkbookSheetRow?

Reasoning: it is useful to filter out rows based on their type and having this available just makes life easier.

https://www.telerik.com/kendo-angular-ui/components/excelexport/api/WorkbookSheetRow/

 

Code snippet below.


/** * The sheets rows configuration. */ export interface WorkbookSheetRow { /** * The cells of the every row. Each cell represents a cell from the final Excel document. */ cells?: WorkbookSheetRowCell[]; /** * The zero-based index of the row in the sheet. Defaults to the index of the object in the array. */ index?: number; /** * The row height in pixels. */ height?: number;

/**

*The type of row as string

*/

type?:string;

}


 

Thanks

Lynden

1 comment
ADMIN
Dimiter Topalov
Posted on: 20 Jun 2019 09:45
Hi Lynden,

Indeed, this will be a nice enhancement to the current interface. We will expose the type property, and you can expect it to be present in the next release of the ExcelExport package.

Regards,
Dimiter Topalov
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.