diff --git a/ZA2X/CLAS/ZCL_EXCEL_WRITER_2007.slnk b/ZA2X/CLAS/ZCL_EXCEL_WRITER_2007.slnk index 48e6227..81abf6a 100644 --- a/ZA2X/CLAS/ZCL_EXCEL_WRITER_2007.slnk +++ b/ZA2X/CLAS/ZCL_EXCEL_WRITER_2007.slnk @@ -1,6 +1,6 @@ - - + + class ZCL_EXCEL_WRITER_2007 definition public final @@ -112,34 +112,32 @@ private section. *"* implementation or private method's signature *"* use this source file for any macro definitions you need *"* in the implementation part of the class - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + method ZIF_EXCEL_WRITER~WRITE_FILE. me->excel = io_excel. ep_file = me->create( ). endmethod. - - + + method CREATE. @@ -308,10 +306,9 @@ endmethod. ep_excel = lo_zip->save( ). endmethod. - - - + + method CREATE_CONTENT_TYPES. @@ -563,10 +560,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_DOCPROPS_APP. @@ -785,10 +781,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_DOCPROPS_CORE. @@ -902,10 +897,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_RELATIONSHIPS. @@ -1002,11 +996,10 @@ endmethod. lo_renderer->render( ). endmethod. - - - - + + + method CREATE_XL_DRAWINGS. @@ -1233,11 +1226,10 @@ endmethod. lo_renderer->render( ). endmethod. - - - - + + + method CREATE_XL_DRAWINGS_RELS. ** Constant node name @@ -1320,10 +1312,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_XL_RELATIONSHIPS. @@ -1469,10 +1460,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_XL_SHAREDSTRINGS. @@ -1587,13 +1577,12 @@ endmethod. lo_renderer->render( ). endmethod. - - - - - - METHOD create_xl_sheet. + + + + + method CREATE_XL_SHEET. ** Constant node name DATA: lc_xml_node_worksheet TYPE string VALUE 'worksheet', @@ -2718,13 +2707,12 @@ endmethod. lo_renderer = lo_ixml->create_renderer( ostream = lo_ostream document = lo_document ). lo_renderer->render( ). -ENDMETHOD. - +endmethod. - - - - + + + + method CREATE_XL_SHEET_RELS. @@ -2865,10 +2853,9 @@ ENDMETHOD. lo_renderer->render( ). endmethod. - - - + + method CREATE_XL_STYLES. @@ -3108,6 +3095,7 @@ endmethod. ENDIF. ls_cellxfs-applyprotection = 1. ENDIF. + SUBTRACT 1 FROM ls_cellxfs-protectionid. * Compress number formats IF ls_numfmt IS NOT INITIAL. @@ -3600,11 +3588,10 @@ endmethod. lo_renderer->render( ). endmethod. - - - - + + + method CREATE_XL_TABLE. DATA: lc_xml_node_table TYPE string VALUE 'table', @@ -3772,10 +3759,9 @@ endmethod. lo_renderer->render( ). endmethod. - - - + + method CREATE_XL_THEME. @@ -3862,10 +3848,9 @@ endmethod. endmethod. - - - + + method CREATE_XL_WORKBOOK. @@ -4086,11 +4071,10 @@ endmethod. lo_renderer->render( ). endmethod. - - - - + + + method FLAG2BOOL. @@ -4100,11 +4084,10 @@ endmethod. ep_boolean = 'false'. ENDIF. endmethod. - - - - + + + method GET_SHARED_STRING_INDEX. @@ -4114,6 +4097,5 @@ endmethod. ep_index = ls_shared_string-string_no. endmethod. -