mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:16:14 +08:00
Fill second sheed with data to avoid print issues (#630)
This commit is contained in:
parent
d104e020f3
commit
7712316e9d
|
@ -81,6 +81,10 @@ START-OF-SELECTION.
|
|||
* New sheet
|
||||
lo_worksheet = lo_excel->add_new_worksheet( 'Sheet2' ).
|
||||
|
||||
" Add some content otherwise the error "nothing to be printed" is shown
|
||||
lo_worksheet->set_cell( ip_column = 'B' ip_row = 3 ip_value = sy-datum ).
|
||||
lo_worksheet->set_cell( ip_column = 'C' ip_row = 3 ip_value = sy-uzeit ).
|
||||
|
||||
**********************************************************************
|
||||
*** Header Left
|
||||
" create global drawing, set position and media from web repository
|
||||
|
|
Loading…
Reference in New Issue
Block a user