Fill second sheed with data to avoid print issues (#630)

This commit is contained in:
Gregor Wolf 2019-09-29 19:52:35 +02:00 committed by GitHub
parent d104e020f3
commit 7712316e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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