Update zcl_excel_writer_2007.clas.locals_imp.abap

This commit is contained in:
Bernd 2024-10-31 14:06:51 +01:00 committed by GitHub
parent 8230c41f09
commit 0ccb26f312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -469,7 +469,7 @@ CLASS lcl_create_xl_sheet IMPLEMENTATION.
lo_columns = o_worksheet->get_columns( ).
" Calculate col
IF lo_columns->is_empty() = abap_false.
IF lo_columns->is_empty( ) = abap_false.
o_worksheet->calculate_column_widths( ).
ENDIF.
lo_column_iterator = lo_columns->get_iterator( ).