mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Update zcl_excel_rows.clas.abap
This commit is contained in:
parent
2f8b93f2a5
commit
4917b88a77
|
@ -128,9 +128,9 @@ CLASS ZCL_EXCEL_ROWS IMPLEMENTATION.
|
||||||
DATA(LV_LINES) = LINES( DT_ROWS ).
|
DATA(LV_LINES) = LINES( DT_ROWS ).
|
||||||
|
|
||||||
IF LV_LINES = 0.
|
IF LV_LINES = 0.
|
||||||
IS_EMPTY = 'X'.
|
IS_EMPTY = abap_true.
|
||||||
ELSE.
|
ELSE.
|
||||||
IS_EMPTY = ' '.
|
IS_EMPTY = abap_false.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDMETHOD. "IS_EMPTY
|
ENDMETHOD. "IS_EMPTY
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user