mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
Update zcl_excel_table.clas.abap
This commit is contained in:
parent
2f5c41832c
commit
03247f23c7
|
@ -103,7 +103,9 @@ public section.
|
||||||
importing
|
importing
|
||||||
!IP_INCLUDE_TOTALS_ROW type ABAP_BOOL default ABAP_TRUE
|
!IP_INCLUDE_TOTALS_ROW type ABAP_BOOL default ABAP_TRUE
|
||||||
returning
|
returning
|
||||||
value(OV_REFERENCE) type STRING .
|
value(OV_REFERENCE) type STRING
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL .
|
||||||
methods GET_BOTTOM_ROW_INTEGER
|
methods GET_BOTTOM_ROW_INTEGER
|
||||||
returning
|
returning
|
||||||
value(EV_ROW) type I .
|
value(EV_ROW) type I .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user