mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00

* 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>
13 lines
209 B
ABAP
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.
|