mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00
update
This commit is contained in:
parent
24225b612e
commit
4b4b0cce8f
|
@ -3,8 +3,7 @@
|
|||
"input_filter": [
|
||||
"src/zcl_excel_a",
|
||||
"src/zcl_excel_c",
|
||||
"src/zcl_excel_data_validations",
|
||||
"src/zcl_excel_drawings",
|
||||
"src/zcl_excel_d",
|
||||
"src/zcl_excel_g",
|
||||
"src/zcl_excel_h",
|
||||
"src/zcl_excel_l",
|
||||
|
@ -19,6 +18,11 @@
|
|||
"src/zcx_*",
|
||||
"src/zexcel_.*doma",
|
||||
"src/zexcel_.*dtel",
|
||||
"src/zexcel_pane.tabl",
|
||||
"src/zexcel_s_rtf.tabl",
|
||||
"src/zexcel_s_style_color.tabl",
|
||||
"src/zexcel_s_style_font.tabl",
|
||||
"src/zexcel_t_rtf.ttyp",
|
||||
"src/zif_*"
|
||||
],
|
||||
"output_folder": "output",
|
||||
|
@ -32,9 +36,9 @@
|
|||
"unknownTypes": "runtimeError",
|
||||
"skip": [
|
||||
{"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": "infinite loop"},
|
||||
{"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": ""},
|
||||
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "describe_structure", "note": "Void type: ZEXCEL_PANE"}
|
||||
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "describe_structure", "note": "cl_abap_structdescr.is_ddic_type()"}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user