MS Excel interface library for SAP ABAP
This is a local-class & single-include version of abap2xlsx by sapmentors. Created for easier installation and backwards compatibility. Based on this commit of abap2xlsx . Many thanks to original contributers.
Tested on an ABAP 7.01 SP 13 system through demo programs 1-6 of original abap2xlsx repo.
Either clone this repo with abapGit or upload this code to a new include.
Include the library in your program like this:
INCLUDE zabap2xlsx_simple.
Then refer to the original documentation of abap2xlsx.
Huge file writer will not work due to requirement of simple transformations. Currently tested with only first 6 demo programs of original repo.