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