Update zcl_excel_writer_2007.clas.abap

This commit is contained in:
Bernd 2024-05-17 11:49:29 +02:00 committed by GitHub
parent 130a49ca15
commit dff1e648c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.