mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:38:15 +08:00
Update zcl_excel_writer_2007.clas.locals_imp.abap
This commit is contained in:
parent
8230c41f09
commit
0ccb26f312
|
@ -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( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user