This commit is contained in:
Lars Hvam 2022-08-09 16:14:29 +02:00
parent c0c4b1c3d5
commit f33d010e99
2 changed files with 7 additions and 3 deletions

View File

@ -67,6 +67,10 @@
{"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": "set_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "}, {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": " https://github.com/abaplint/transpiler/issues/818 "},
{"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": "default_text_if_none", "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": "invalid_default_descr", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "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": "RTTI, absolute class names?"}, {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_style_param", "method": "ref_to_zcl_excel_style", "note": "RTTI, absolute class names?"},

View File

@ -9,8 +9,8 @@
"url": "git+https://github.com/abap2xlsx/abap2xlsx.git" "url": "git+https://github.com/abap2xlsx/abap2xlsx.git"
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.91.21", "@abaplint/cli": "^2.91.28",
"@abaplint/transpiler-cli": "^2.1.19", "@abaplint/transpiler-cli": "^2.1.25",
"@abaplint/runtime": "^2.1.19" "@abaplint/runtime": "^2.1.25"
} }
} }