diff --git a/ZA2X/CLAS/ZCL_EXCEL_READER_2007.slnk b/ZA2X/CLAS/ZCL_EXCEL_READER_2007.slnk index 69b0d38..ddaea23 100644 --- a/ZA2X/CLAS/ZCL_EXCEL_READER_2007.slnk +++ b/ZA2X/CLAS/ZCL_EXCEL_READER_2007.slnk @@ -1712,7 +1712,7 @@ ENDMETHOD. - + METHOD load_style_num_formats. *--------------------------------------------------------------------* * ToDos: @@ -2721,7 +2721,10 @@ ENDMETHOD. AND ls_column-min > 0. io_worksheet->zif_excel_sheet_properties~hide_columns_from = zcl_excel_common=>convert_column2alpha( ls_column-min ). ELSEIF ls_column-style > ''. -* Set default style for remaining columns + sy-index = ls_column-style + 1. + READ TABLE styles INTO lo_excel_style INDEX sy-index. + dummy_zexcel_cell_style = lo_excel_style->get_guid( ). +* Set style for remaining columns io_worksheet->zif_excel_sheet_properties~set_style( dummy_zexcel_cell_style ). ENDIF. ENDIF. diff --git a/build/Version history.docx b/build/Version history.docx index 1c3c208..1f811d6 100644 Binary files a/build/Version history.docx and b/build/Version history.docx differ diff --git a/build/Version history.pdf b/build/Version history.pdf index bfab0a2..9a43431 100644 Binary files a/build/Version history.pdf and b/build/Version history.pdf differ