abap2xlsx/abap_transpile.json
2022-07-30 12:19:26 +02:00

95 lines
5.0 KiB
JSON

{
"input_folder": "{src,test}",
"input_filter": [
"test/",
"src/zcl_excel_a",
"src/zcl_excel_c",
"src/zcl_excel_d",
"src/zcl_excel_fill_template",
"src/zcl_excel_font TODO, missing TDFONTSIZE",
"src/zcl_excel_g",
"src/zcl_excel_h",
"src/zcl_excel_l",
"src/zcl_excel_o",
"src/zcl_excel_r",
"src/zcl_excel_s",
"src/zcl_excel_t",
"src/zcl_excel_w",
"src/zcl_excel.clas",
"src/zcx_",
"src/zexcel_.*doma",
"src/zexcel_.*dtel",
"src/zexcel_p",
"src/zexcel_s_cell_data",
"src/zexcel_s_cstyle_alignment",
"src/zexcel_s_cstyle_border",
"src/zexcel_s_cstyle_borders",
"src/zexcel_s_cstyle_complete",
"src/zexcel_s_cstyle_fill",
"src/zexcel_s_cstyle_font",
"src/zexcel_s_cstyle_number_format",
"src/zexcel_s_cstyle_protection",
"src/zexcel_s_cstylex_alignment",
"src/zexcel_s_cstylex_border",
"src/zexcel_s_cstylex_borders",
"src/zexcel_s_cstylex_color",
"src/zexcel_s_cellxfs",
"src/zexcel_s_cstylex_complete",
"src/zexcel_s_cstylex_fill",
"src/zexcel_s_cstylex_font",
"src/zexcel_s_cstylex_gradtype",
"src/zexcel_s_cstylex_number_format",
"src/zexcel_s_cstylex_protection",
"src/zexcel_s_f",
"src/zexcel_s_g",
"src/zexcel_s_r",
"src/zexcel_s_s",
"src/zexcel_s_t",
"src/zexcel_s_w",
"src/zexcel_t_cell_data",
"src/zexcel_t_f",
"src/zexcel_t_r",
"src/zexcel_t_s",
"src/zif_"
],
"output_folder": "output",
"lib": "https://github.com/open-abap/open-abap",
"write_unit_tests": true,
"write_source_map": true,
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"addCommonJS": true,
"unknownTypes": "runtimeError",
"skip": [
{"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "pending https://github.com/abap2xlsx/abap2xlsx/pull/1046 "},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "set_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_style_param", "method": "ref_to_zcl_excel_style", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_number", "note": "SXML in open-abap currently only handles json, todo"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string", "note": "SXML in open-abap currently only handles json, todo"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string_missing", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_inline_string", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_empty_cells", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_boolean", "note": "SXML in open-abap currently only handles json, todo"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_style", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_style_missing", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_formula", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_read_shared_strings", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string_some_empty", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string_multi_style", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_skip_to_inexistent", "note": "??"},
{"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "open-abap todo in if_ixml_element->set_attribute()"},
{"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "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 'Input not properly escaped'"},
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "date_to_excel_string6", "note": "??"}
]
}
}