mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 05:33:28 +08:00
Follow up on issue #73 . Set correct range for data validation.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@157 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
f127551eae
commit
e75ecc745c
|
@ -100,6 +100,7 @@ START-OF-SELECTION.
|
|||
lo_worksheet->set_cell( ip_row = row ip_column = 'A' ip_value = <carr>-carrid ).
|
||||
row = row + 1.
|
||||
ENDLOOP.
|
||||
row = row - 1.
|
||||
lo_range = lo_excel->add_new_range( ).
|
||||
lo_range->name = c_airlines.
|
||||
lo_range->set_value( ip_sheet_name = lv_title
|
||||
|
|
Loading…
Reference in New Issue
Block a user