mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Fixed #291
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@433 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
5c6995fe90
commit
427ca5c4d8
|
@ -2832,8 +2832,13 @@ endmethod.</source>
|
||||||
|
|
||||||
es_table_settings = ls_settings.
|
es_table_settings = ls_settings.
|
||||||
es_table_settings-bottom_right_column = lv_column_alpha.
|
es_table_settings-bottom_right_column = lv_column_alpha.
|
||||||
es_table_settings-bottom_right_row = ls_settings-top_left_row + lv_rows + 1. "Last rows
|
" >> Issue #291
|
||||||
|
IF ip_table IS INITIAL.
|
||||||
|
es_table_settings-bottom_right_row = ls_settings-top_left_row + 2. "Last rows
|
||||||
|
ELSE.
|
||||||
|
es_table_settings-bottom_right_row = ls_settings-top_left_row + lv_rows + 1. "Last rows
|
||||||
|
ENDIF.
|
||||||
|
" << Issue #291
|
||||||
|
|
||||||
ENDMETHOD.</source>
|
ENDMETHOD.</source>
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user