Skip to content

Commit f3eaf3a

Browse files
authored
Update xlsx.md
1 parent ef37735 commit f3eaf3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development/xlsx.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ outline: [2, 6]
33
---
44
# XLSX
55

6-
The abap2UI5 framework, allows you to leverage the existing XLSX features of your ABAP system. You can implement file uploads or downloads, converting the contents of XLSX files into internal ABAP tables and vice versa.
6+
The abap2UI5 framework allows you to leverage the existing XLSX features of your ABAP system. You can implement file uploads or downloads, converting the contents of XLSX files into internal ABAP tables and vice versa.
77

88
#### Upload
99

@@ -164,11 +164,11 @@ ENDCLASS.
164164
:::
165165

166166
::: tip **ABAP Cloud**
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.
167+
The snippets provided above are not compatible with ABAP Cloud. To make them compatible, replace the code in the lcl_help class with functions from the new XCO_CP_XLSX APIs.
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.
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.
172172

173173
#### 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)
174+
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)