Skip to content

Commit ef37735

Browse files
authored
Update xlsx.md
1 parent 7e37cab commit ef37735

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/development/xlsx.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,12 @@ ENDCLASS.
163163
```
164164
:::
165165

166-
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.
167-
168166
::: tip **ABAP Cloud**
169-
The snippets provided above are not compatible with ABAP Cloud. Use the XCO_CP_XLSX APIs for such scenarios.
167+
The snippets provided above are not compatible with ABAP Cloud, just replace the code in the `lcl_help` class with function from the new XCO_CP_XLSX APIs.
170168
:::
169+
170+
#### 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.
172+
173+
#### UI5 Spreadsheet
174+
SAP offers the `sap.ui.export.Spreadsheet`control to export table content directly at the frontend. With some additional logic this control is also usable with abap2UI5. Check out the UI-Extension addon for more details [here.](/addons/popup)

0 commit comments

Comments
 (0)