Update zcl_excel.clas.abap

This commit is contained in:
AtomKrieg 2018-09-16 11:00:38 +03:00 committed by GitHub
parent f767b80bfa
commit 1b7cd1a2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,9 @@ public section.
raising
ZCX_EXCEL .
methods ADD_STATIC_STYLES .
methods CONSTRUCTOR .
methods CONSTRUCTOR
raising
ZCX_EXCEL.
methods DELETE_WORKSHEET
importing
!IO_WORKSHEET type ref to ZCL_EXCEL_WORKSHEET
@ -51,10 +53,14 @@ public section.
ZCX_EXCEL .
methods DELETE_WORKSHEET_BY_INDEX
importing
!IV_INDEX type NUMERIC .
!IV_INDEX type NUMERIC
raising
ZCX_EXCEL .
methods DELETE_WORKSHEET_BY_NAME
importing
!IV_TITLE type CLIKE .
!IV_TITLE type CLIKE
raising
ZCX_EXCEL .
methods GET_ACTIVE_SHEET_INDEX
returning
value(R_ACTIVE_WORKSHEET) type ZEXCEL_ACTIVE_WORKSHEET .