mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
Fixes#33
Remove extra space from xml attr git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@39 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
d3e5a8c989
commit
07ff9c2502
|
@ -3959,6 +3959,7 @@ endmethod.</source>
|
||||||
IF lv_active_sheet > 1.
|
IF lv_active_sheet > 1.
|
||||||
lv_active_sheet = lv_active_sheet - 1.
|
lv_active_sheet = lv_active_sheet - 1.
|
||||||
lv_value = lv_active_sheet.
|
lv_value = lv_active_sheet.
|
||||||
|
CONDENSE lv_value.
|
||||||
lo_sub_element->set_attribute_ns( name = lc_xml_attr_activetab
|
lo_sub_element->set_attribute_ns( name = lc_xml_attr_activetab
|
||||||
value = lv_value ).
|
value = lv_value ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user