Skip to content

Commit 0b16e08

Browse files
authored
update
1 parent 36eeb09 commit 0b16e08

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/development/xlsx.md

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

6-
The abap2UI5 framework, being purely ABAP, allows you to leverage the existing XLSX features of your ABAP system seamlessly. You can implement file uploads or downloads, converting the contents of XLSX files into internal ABAP tables or exporting tables to XLSX files. This add-on simplifies the process with APIs and examples.
6+
The abap2UI5 framework, being purely ABAP, allows you to leverage the existing XLSX features of your ABAP system seamlessly. You can implement file uploads or downloads, converting the contents of XLSX files into internal ABAP tables or exporting tables to XLSX files.
77

88

99
#### Download
@@ -52,6 +52,7 @@ Convert an internal table to an XLSX file and download it as a Base64-encoded fi
5252
5353
ENDMETHOD.
5454
```
55+
5556
```abap [LCL_HELP]
5657
class lcl_help DEFINITION.
5758
@@ -105,7 +106,7 @@ CLASS lcl_help IMPLEMENTATION.
105106
106107
ENDCLASS.
107108
```
108-
::: code-group
109+
:::
109110

110111
#### Upload
111112

@@ -135,6 +136,7 @@ METHOD z2ui5_if_app~main.
135136
136137
ENDMETHOD.
137138
```
139+
138140
```abap [LCL_HELP]
139141
CLASS lcl_help DEFINITION.
140142
@@ -169,7 +171,7 @@ CLASS lcl_help IMPLEMENTATION.
169171
170172
ENDCLASS.
171173
```
172-
::: code-group
174+
:::
173175

174176
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.
175177

0 commit comments

Comments
 (0)