Skip to content

Commit 536e3e8

Browse files
authored
update
1 parent a459fef commit 536e3e8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/addons/xlsx.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22

33
<i class="fa-brands fa-github"></i> [XLSX Addon on GitHub](https://github.com/abap2UI5-addons/xlsx)
44

5-
As abap2UI5 is a pure ABAP framework, you can easily use the already existing xlsx features of your ABAP system. <br>
6-
7-
IN ABAP Cloud you can use the new APIs via `XCO_CP_XLSX`, `XCO_CP_XLSX_SELECTION` and `XCO_CP_XLSX_READ_ACCESS` classes. <br>
8-
9-
In classic ABAP there are multiple ways to handle xlsx files. But why not why not stay in the open source path and use the fantastic project You will for sure find no easier way. <br>
10-
11-
For abap2UI5 we just need to implement a file upload and transfer the conten of the xlsx into an internal abap table or vice verca. This addon gives u some APIs and samples making your developer life easier. <br>
12-
135
Since abap2UI5 is a pure ABAP framework, you can easily leverage the existing XLSX handling features of your ABAP system. <br>
146

15-
In ABAP Cloud, you can use the new APIs provided by the XCO_CP_XLSX, XCO_CP_XLSX_SELECTION, and XCO_CP_XLSX_READ_ACCESS classes. <br>
7+
In ABAP Cloud, you can use the new APIs provided by the `XCO_CP_XLSX`classes. <br>
168

179
For classic ABAP, there are several ways to handle XLSX files. However, to stay on the open-source path, consider using the excellent project [abap2xlsx](https://github.com/abap2xlsx) — you’ll find no easier solution. <br>
1810

19-
Finally with abap2UI5, you only need to implement a file upload and transfer the contents of the XLSX file into an internal ABAP table or vice versa. This add-on provides APIs and examples to make your development easier. <br>
11+
With abap2UI5, you only need to implement a file upload and transfer the contents of the XLSX file into an internal ABAP table or vice versa. This add-on provides APIs and examples to simplify your development. <br>
2012

2113

2214
#### xlsx with XCO (cloud)

0 commit comments

Comments
 (0)