cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Export Button

0 Kudos

Hi I would like to know how write the export functionality for a non-editable Excel sheet. I want to export the table data but the final exported Excel sheet should be non-editable.

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

You may use SAP's API sap.ui.export.Spreadsheet for it. However, you cannot password protect your file using this API. (I guess that is the only way to make your file read-only). If you need to do that, you may use SheetJS .