mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
61766c5830
commit
c7f28d5dfb
|
@ -4122,11 +4122,12 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
|
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
* header footer image
|
* header footer image
|
||||||
IF iv_hdft_vmlindex > 0.. "Header or footer image exist
|
IF iv_hdft_vmlindex > 0. "Header or footer image exist
|
||||||
ADD 1 TO lv_relation_id.
|
|
||||||
" Drawing for comment/header/footer
|
" Drawing for comment/header/footer
|
||||||
lo_element = lo_document->create_simple_element( name = lc_xml_node_relationship
|
lo_element = lo_document->create_simple_element( name = lc_xml_node_relationship
|
||||||
parent = lo_document ).
|
parent = lo_document ).
|
||||||
|
ADD 1 TO lv_relation_id.
|
||||||
|
|
||||||
lv_value = lv_relation_id.
|
lv_value = lv_relation_id.
|
||||||
CONDENSE lv_value.
|
CONDENSE lv_value.
|
||||||
CONCATENATE 'rId' lv_value INTO lv_value.
|
CONCATENATE 'rId' lv_value INTO lv_value.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user