mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:46:11 +08:00
Update zcl_excel_writer_2007.clas.abap
This commit is contained in:
parent
130a49ca15
commit
dff1e648c2
|
@ -4407,7 +4407,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
|||
lo_row->get_visible( io_worksheet ) = abap_false OR
|
||||
( lo_autofilter IS BOUND AND
|
||||
lo_autofilter->is_row_hidden( ls_row_data-row ) = abap_true ).
|
||||
lo_element_2->set_attribute_ns( name = 'hidden' value = 'true').
|
||||
lo_element_2->set_attribute_ns( name = 'hidden' value = 'true' ).
|
||||
ENDIF.
|
||||
" Style
|
||||
IF lo_row->get_xf_index( ) <> 0.
|
||||
|
|
Loading…
Reference in New Issue
Block a user