You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/xlsx.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,12 @@ ENDCLASS.
163
163
```
164
164
:::
165
165
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
-
168
166
::: 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.
170
168
:::
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