mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 00:56:20 +08:00
Update zcl_excel_converter.clas.abap
This commit is contained in:
parent
fcb6b8f6e5
commit
27edfe7611
|
@ -1698,7 +1698,7 @@ CLASS zcl_excel_converter IMPLEMENTATION.
|
|||
|
||||
* Let's check for filter.
|
||||
IF wo_autofilter IS BOUND.
|
||||
ls_area-row_start = 1.
|
||||
ls_area-row_start = w_row_int.
|
||||
lt_values = wo_autofilter->get_values( ) .
|
||||
SORT lt_values BY column ASCENDING.
|
||||
DESCRIBE TABLE lt_values LINES l_lines.
|
||||
|
|
Loading…
Reference in New Issue
Block a user