cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom export type using sap.ui.core.util.ExportType.extend?

akshaya_p
Contributor
0 Kudos

How to create custom export type using sap.ui.core.util.ExportType.extend. Say I want to create an ExportTypeXlsx similar to ExportTypeCSV

Accepted Solutions (0)

Answers (1)

Answers (1)

brian_keenan
Contributor
0 Kudos

The extend function is defined in the Controller or for controls it is defined in the Element. sap.ui.core.util.ExportType doesnt inherit any of these so I dont think you can extend it easily