Skip to content

Commit a25f79d

Browse files
authored
Update xlsx.md
1 parent 915fa3e commit a25f79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/xlsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ The snippets provided above are not compatible with ABAP Cloud. To make them com
181181
#### abap2xlsx
182182
Instead of using the code in `lcl_help`, consider taking the easy route and leveraging the wonderful open-source project [abap2xlsx](https://github.com/abap2xlsx/abap2xlsx), which offers reusable APIs for all common XLSX operations. It works entirely within the ABAP stack and, therefore, seamlessly with abap2UI5.
183183

184-
#### UI5 Spreadsheet
184+
#### UI5 Control
185185
If you want to export the data directly at the frontend, SAP offers the sap.ui.export.Spreadsheet control to export table content. With some additional logic, this control is also usable with abap2UI5. Check out the UI-Extension add-on for a running sample [here.](/addons/popup) However, the programming effort might be higher compared to the file-based approach shown above.

0 commit comments

Comments
 (0)