abap2xlsx/src/zif_excel_writer.intf.abap
Lars Hvam ea40b6860e
DDIC reference fixes (#884)
* DATS -> D, and propagate exceptions to caller

* replace sydatum and syuzeit

* ZEXCEL_CONDITIONAL_ABOVE_AVG, change to builtin ty

* fix ZEXCEL_DOCSECURITY

* fix NUMC3

* fix numc3

Co-authored-by: sandraros <34005250+sandraros@users.noreply.github.com>
2021-11-07 20:44:40 +01:00

13 lines
209 B
ABAP

INTERFACE zif_excel_writer
PUBLIC .
METHODS write_file
IMPORTING
!io_excel TYPE REF TO zcl_excel
RETURNING
VALUE(ep_file) TYPE xstring
RAISING
zcx_excel.
ENDINTERFACE.