mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:16:14 +08:00
![]() 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. |
||
---|---|---|
.. | ||
ZIF_EXCEL_BOOK_PROPERTIES.slnk | ||
ZIF_EXCEL_BOOK_PROTECTION.slnk | ||
ZIF_EXCEL_BOOK_VBA_PROJECT.slnk | ||
ZIF_EXCEL_CONVERTER.slnk | ||
ZIF_EXCEL_CUSTOMUI_ELEMENT.slnk | ||
ZIF_EXCEL_READER.slnk | ||
ZIF_EXCEL_SHEET_PRINTSETTINGS.slnk | ||
ZIF_EXCEL_SHEET_PROPERTIES.slnk | ||
ZIF_EXCEL_SHEET_PROTECTION.slnk | ||
ZIF_EXCEL_SHEET_VBA_PROJECT.slnk | ||
ZIF_EXCEL_WRITER.slnk |