mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:46:11 +08:00

* Delete objects moved to abap2xlsx/demos repository * remove unused zexcel_export_dir * + procedure for the demo programs Co-authored-by: sandraros <sandra.rossi@gmail.com>
14 lines
944 B
Markdown
14 lines
944 B
Markdown
## Prerequisites
|
|
|
|
[Install abapGit](https://docs.abapgit.org/guide-install.html), if you have two factor authentication activated import https certificates from https://api.github.com ([Pull request #536](https://github.com/larshp/abapGit/pull/536))
|
|
|
|
## Procedure
|
|
|
|
Execute abapGit using the report **ZABAPGIT_FULL**, click on *New Online*, fill the field *Git repository URL* with *https://github.com/abap2xlsx/abap2xlsx.git*, package with *$abap2xlsx* if you just want to test. If you want to transport abap2xlsx to production then use a non local package. Click *Create package* if the package doesn't exist yet. Then click *Clone online repo*
|
|
|
|

|
|
|
|
To install abap2xlsx click *pull*.
|
|
|
|
After installing, if you want to install the **demo programs**, repeat the actions above, starting from *New Online* to *pull*, and fill *Git repository URL* with *https://github.com/abap2xlsx/demos*.
|