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
![]() In the interface method ZIF_EXCEL_READER~LOAD_FILE, add an optional import parameter I_FROM_APPLSERVER of type flag with default SY-BATCH, and use this parameter, instead of SY-BATCH directly, for the decision whether to load the file from application or from presentation server. This will make the method more flexible, decoupling the decision "Where to read the file from" from the circumstance "Am I in batch mode". By making the parameter optional and using the default value SY-BATCH, all existing client code will work as before. |
||
---|---|---|
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.