mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 23:29:08 +08:00
Update zcl_excel_table.clas.abap
This commit is contained in:
parent
bf3766a170
commit
2f5c41832c
|
@ -81,7 +81,9 @@ public section.
|
|||
!IP_COLUMN type CLIKE
|
||||
!IP_FUNCTION type ZEXCEL_TABLE_TOTALS_FUNCTION
|
||||
returning
|
||||
value(EP_FORMULA) type STRING .
|
||||
value(EP_FORMULA) type STRING
|
||||
raising
|
||||
ZCX_EXCEL .
|
||||
methods HAS_TOTALS
|
||||
returning
|
||||
value(EP_RESULT) type ABAP_BOOL .
|
||||
|
|
Loading…
Reference in New Issue
Block a user