mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 17:06:13 +08:00
11 lines
177 B
ABAP
11 lines
177 B
ABAP
interface ZIF_EXCEL_WRITER
|
|
public .
|
|
|
|
|
|
methods WRITE_FILE
|
|
importing
|
|
!IO_EXCEL type ref to ZCL_EXCEL
|
|
returning
|
|
value(EP_FILE) type XSTRING .
|
|
endinterface.
|