mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 14:16:30 +08:00
Merge 29d18c3241
into 08c794f3ca
This commit is contained in:
commit
37f0427fb3
|
@ -918,13 +918,16 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
|||
|
||||
|
||||
METHOD bind_alv.
|
||||
DATA: lo_converter TYPE REF TO zcl_excel_converter.
|
||||
DATA: lo_converter TYPE REF TO zcl_excel_converter,
|
||||
lo_option TYPE zexcel_s_converter_option.
|
||||
|
||||
CREATE OBJECT lo_converter.
|
||||
lo_option-filter = abap_true.
|
||||
|
||||
TRY.
|
||||
lo_converter->convert(
|
||||
EXPORTING
|
||||
is_option = lo_option
|
||||
io_alv = io_alv
|
||||
it_table = it_table
|
||||
i_row_int = i_top
|
||||
|
|
Loading…
Reference in New Issue
Block a user