mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 05:04:11 +08:00
set to test #246
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@406 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
f4f6d84900
commit
d4c658e856
|
@ -129,7 +129,8 @@ endmethod.</source>
|
|||
FIELD-SYMBOLS: <fs_table> TYPE STANDARD TABLE.
|
||||
|
||||
IF settings-bottom_right_row IS NOT INITIAL.
|
||||
ev_row = zcl_excel_common=>convert_column2int( settings-bottom_right_row ).
|
||||
* ev_row = zcl_excel_common=>convert_column2int( settings-bottom_right_row ). " del issue #246
|
||||
ev_row = settings-bottom_right_row . " ins issue #246
|
||||
EXIT.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user