Skip to content

Commit eed1e3e

Browse files
authored
Update xlsx.md
1 parent 3f38ede commit eed1e3e

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
@@ -168,7 +168,7 @@ The snippets provided above are not compatible with ABAP Cloud. To make them com
168168
:::
169169

170170
#### abap2xlsx
171-
For advanced functionality, consider 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.
171+
Instead of using the code in `lcl_help`, consider 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.
172172

173173
#### UI5 Spreadsheet
174174
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 more details [here.](/addons/popup) However, the programming effort might be higher compared to the file-based approach shown above.

0 commit comments

Comments
 (0)