mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
correct formatting
This commit is contained in:
parent
b3871b2814
commit
546c8f8f60
|
@ -3967,7 +3967,7 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
WHEN cl_abap_typedescr=>typekind_char OR cl_abap_typedescr=>typekind_string OR cl_abap_typedescr=>typekind_num OR
|
WHEN cl_abap_typedescr=>typekind_char OR cl_abap_typedescr=>typekind_string OR cl_abap_typedescr=>typekind_num OR
|
||||||
cl_abap_typedescr=>typekind_hex or cl_abap_typedescr=>typekind_xstring.
|
cl_abap_typedescr=>typekind_hex OR cl_abap_typedescr=>typekind_xstring.
|
||||||
lv_value = <fs_value>.
|
lv_value = <fs_value>.
|
||||||
lv_data_type = 's'.
|
lv_data_type = 's'.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user