diff --git a/abap_transpile.json b/abap_transpile.json index 35aa541..b87b66a 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -7,6 +7,7 @@ "src/zcl_excel_g", "src/zcl_excel_h", "src/zcl_excel_l", + "src/zcl_excel_obsolete_func_wrap", "src/zcl_excel_range", "src/zcl_excel_ranges", "src/zcl_excel_row", @@ -14,11 +15,14 @@ "src/zcl_excel_s", "src/zcl_excel_t", "src/zcl_excel_worksheet_pagebreaks", + "src/zcl_excel_worksheet TODO, Classic exceptions", "src/zcl_excel_worksheets", + "src/zcl_excel.clas TODO", "src/zcx_", "src/zexcel_.*doma", "src/zexcel_.*dtel", "src/zexcel_pane.tabl", + "src/zexcel_s_cell_data", "src/zexcel_s_cstyle_alignment", "src/zexcel_s_cstyle_border", "src/zexcel_s_cstyle_borders", @@ -28,9 +32,6 @@ "src/zexcel_s_cstyle_number_format", "src/zexcel_s_cstyle_protection", "src/zexcel_s_cstylex_alignment", - "src/zexcel_t_style_color_argb", - "src/zexcel_t_stylemapping2", - "src/zexcel_s_cstylex_protection", "src/zexcel_s_cstylex_border", "src/zexcel_s_cstylex_borders", "src/zexcel_s_cstylex_color", @@ -39,12 +40,22 @@ "src/zexcel_s_cstylex_font", "src/zexcel_s_cstylex_gradtype", "src/zexcel_s_cstylex_number_format", + "src/zexcel_s_cstylex_protection", + "src/zexcel_s_gradient_type", "src/zexcel_s_rtf.tabl", + "src/zexcel_s_sheet_style", "src/zexcel_s_style_color.tabl", "src/zexcel_s_style_font.tabl", "src/zexcel_s_stylemapping", + "src/zexcel_s_tabcolor", + "src/zexcel_s_table_settings", + "src/zexcel_s_worksheet_head_foot", + "src/zexcel_t_cell_data", "src/zexcel_t_rtf.ttyp", + "src/zexcel_t_sheet_style", + "src/zexcel_t_style_color_argb", "src/zexcel_t_stylemapping1", + "src/zexcel_t_stylemapping2", "src/zif_" ], "output_folder": "output", @@ -57,6 +68,22 @@ "addCommonJS": true, "unknownTypes": "runtimeError", "skip": [ + {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "set_merge", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "get_dimension_range", "note": "transpiler todo, IS NOT SUPPLIED"}, + + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_calculate_table_bottom_rig", "method": "simple", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_calculate_table_bottom_rig", "method": "empty_table", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_calculate_table_bottom_rig", "method": "column_not_selected", "note": "??"}, + + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_small_text", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_medium_text", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "prefer_long_text", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": "??"}, + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "invalid_default_descr", "note": "??"}, + + {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "note": "??"}, + {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_column2int_oob_empty", "note": "??"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_range2column_a_row", "note": "raises exception"}, {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "date_to_excel_string6", "note": ""},