mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Update zcl_excel.clas.abap
This commit is contained in:
parent
f767b80bfa
commit
1b7cd1a2c1
|
@ -43,7 +43,9 @@ public section.
|
||||||
raising
|
raising
|
||||||
ZCX_EXCEL .
|
ZCX_EXCEL .
|
||||||
methods ADD_STATIC_STYLES .
|
methods ADD_STATIC_STYLES .
|
||||||
methods CONSTRUCTOR .
|
methods CONSTRUCTOR
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL.
|
||||||
methods DELETE_WORKSHEET
|
methods DELETE_WORKSHEET
|
||||||
importing
|
importing
|
||||||
!IO_WORKSHEET type ref to ZCL_EXCEL_WORKSHEET
|
!IO_WORKSHEET type ref to ZCL_EXCEL_WORKSHEET
|
||||||
|
@ -51,10 +53,14 @@ public section.
|
||||||
ZCX_EXCEL .
|
ZCX_EXCEL .
|
||||||
methods DELETE_WORKSHEET_BY_INDEX
|
methods DELETE_WORKSHEET_BY_INDEX
|
||||||
importing
|
importing
|
||||||
!IV_INDEX type NUMERIC .
|
!IV_INDEX type NUMERIC
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL .
|
||||||
methods DELETE_WORKSHEET_BY_NAME
|
methods DELETE_WORKSHEET_BY_NAME
|
||||||
importing
|
importing
|
||||||
!IV_TITLE type CLIKE .
|
!IV_TITLE type CLIKE
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL .
|
||||||
methods GET_ACTIVE_SHEET_INDEX
|
methods GET_ACTIVE_SHEET_INDEX
|
||||||
returning
|
returning
|
||||||
value(R_ACTIVE_WORKSHEET) type ZEXCEL_ACTIVE_WORKSHEET .
|
value(R_ACTIVE_WORKSHEET) type ZEXCEL_ACTIVE_WORKSHEET .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user