Skip to content

Commit fa94e9e

Browse files
authored
update
1 parent 536e3e8 commit fa94e9e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/addons/xlsx.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1+
---
2+
outline: [2, 6]
3+
---
14
# XLSX
25

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

5-
Since abap2UI5 is a pure ABAP framework, you can easily leverage the existing XLSX handling features of your ABAP system. <br>
8+
Since abap2UI5 is a pure ABAP framework, you can easily leverage the existing XLSX features of your ABAP system. <br>
69

710
In ABAP Cloud, you can use the new APIs provided by the `XCO_CP_XLSX`classes. <br>
811

9-
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>
12+
In ABAP Classic, 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>
1013

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>
14+
Then 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>
1215

1316

14-
#### xlsx with XCO (cloud)
17+
#### XCO API (cloud)
1518

16-
#### XLSX with abap2xlsx (classic)
19+
#### abap2xlsx (classic)

0 commit comments

Comments
 (0)