mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 11:54:25 +08:00
Drawing reference 9
This commit is contained in:
parent
33b2702e87
commit
357c873918
|
@ -2624,7 +2624,6 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
* STEP 4: Create subnodes
|
* STEP 4: Create subnodes
|
||||||
|
|
||||||
" Add sheet Relationship nodes here
|
" Add sheet Relationship nodes here
|
||||||
lv_counter = 0.
|
|
||||||
lo_drawings = io_worksheet->get_drawings( ).
|
lo_drawings = io_worksheet->get_drawings( ).
|
||||||
lo_iterator = lo_drawings->get_iterator( ).
|
lo_iterator = lo_drawings->get_iterator( ).
|
||||||
WHILE lo_iterator->has_next( ) EQ abap_true.
|
WHILE lo_iterator->has_next( ) EQ abap_true.
|
||||||
|
@ -2966,7 +2965,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
|
|
||||||
* blipFill
|
* blipFill
|
||||||
"reference drawing
|
"reference drawing
|
||||||
IF io_drawing->get_reference_guid IS INITIAL.
|
IF io_drawing->get_reference_guid( ) IS INITIAL.
|
||||||
lv_guid = io_drawing->get_guid( ).
|
lv_guid = io_drawing->get_guid( ).
|
||||||
ELSE.
|
ELSE.
|
||||||
lv_guid = io_drawing->get_reference_guid( ).
|
lv_guid = io_drawing->get_reference_guid( ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user