Hi All,
I have to send .XLSX email attachments from a custom program and so started downloading abap2xlsx. It downloaded a 15 MB zipped file from GITHUB and when I unzipped it using the ZSAPGITHUB program, it started creating and activating 100s of objects including dictionary objects, classes and programs and then I cancelled the process. Do we need all the objects or would a small subset be enough? How do I do the further analysis of what objects are required?
Regards
Shankarnarayan
ABAP2XLSX is a complete solution to the problem of creating xlsx files from ABAP - hence it contains many workbench objects. I've installed it at client sites without problem - even got exceptions approved for the different naming convention.
There are alternative ways of creating xlsx files if you just want basic information in them - no formatting etc. You can find these by searching, quite easily.
Yep. 325 objects in a download February 2017. Including 56 demo programs that you could delete (personally, I wouldn't delete them, all these programs are useful for developing).
Thanks. I downloaded and installed ABAP2XLSX sucessfully and it creates beautiful .XLSX file :)