mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:06:15 +08:00
Generate your professional Excel spreadsheet from ABAP
abapbackenderpexcelexcel-exportexcel-importexcelgeneratorexcelreaderexcelwriterhacktoberfestopen-sourcesapsap-netweaver
![]() Extract the parts for loading the file from application server / presentation server into two new private methods. Not only is the code better readable (currently, the very important LOAD call at the end of the method almost vanishes after all that file loading code) - it also saves memory. Currently, when the LOAD message is processed, not only the EXCEL_DATA xstring, but also BIN_TAB, the auxiliary table of bytes which is retrieved from GUI_UPLOAD, is kept in the memory as a redundant copy of the raw data, although during the parse process it is not needed any more. |
||
---|---|---|
build | ||
resources | ||
tools/OpenXMLValidator | ||
ZA2X | ||
LICENSE | ||
README.md |
abap2xlsx
Generate your professional Excel spreadsheet from ABAP
For general information please refer to the blog series abap2xlsx - Generate your professional Excel spreadsheet from ABAP and the Wiki section. Please refer to the official wiki for the installation guide & F.A.Q..
Discussion Board is on SAP Community Network - Code Exchange space, once you create a new discussion please add the prefix [abap2xlsx] in the title and tag the discussion with abap2xlsx.