Skip to content

Commit a459fef

Browse files
authored
update
1 parent 3a3735e commit a459fef

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/addons/xlsx.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

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

5-
No worries! No one wants to reinvent the wheel and write the 1001st blog post about ABAP and XLSX. ;) <br>
5+
As abap2UI5 is a pure ABAP framework, you can easily use the already existing xlsx features of your ABAP system. <br>
66

7-
As abap2UI5 is a pure ABAP framework, you can easily use the fantastic project [abap2XLSX](https://github.com/abap2xlsx) to upload and download XLSX files and display the content in UI5 tables. In the cloud, you can use the new XCO API for XLSX handling. This add-on provides some basic examples and APIs to give you an idea of how to use XLSX files with abap2UI5.
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>
88

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>
910

10-
#### XLSX with abap2xlsx (classic)
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+
13+
Since abap2UI5 is a pure ABAP framework, you can easily leverage the existing XLSX handling features of your ABAP system. <br>
14+
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>
16+
17+
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>
1118

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>
1220

13-
#### XLSX (cloud)
21+
22+
#### xlsx with XCO (cloud)
23+
24+
#### XLSX with abap2xlsx (classic)

0 commit comments

Comments
 (0)