This commit is contained in:
Lars Hvam 2024-08-05 19:42:05 +02:00
parent fd415fca10
commit 48a24c3c16
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,7 @@
{"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "?? CALL TRANSFORMATION xml_header = 'no'"}, {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "one_column_formula", "note": "?? CALL TRANSFORMATION xml_header = 'no'"},
{"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"}, {"object": "ZCL_EXCEL_WRITER_2007", "class": "ltc_column_formula", "method": "two_column_formulas", "note": "??"},
{"object": "ZCL_EXCEL_COMMON", "class": "ltc_utclong_to_excel_string", "method": "simple", "note": "?? missing method CL_ABAP_TSTMP=>UTCLONG2TSTMP_SHORT, I'm too lazy to add it today"},
{"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_column2int_oob_empty", "note": "?? sy value defaults"} {"object": "ZCL_EXCEL_COMMON", "class": "lcl_excel_common_test", "method": "convert_column2int_oob_empty", "note": "?? sy value defaults"}
] ]
} }

View File

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.112.10", "@abaplint/cli": "^2.112.10",
"@abaplint/transpiler-cli": "^2.10.7", "@abaplint/transpiler-cli": "^2.10.9",
"@abaplint/runtime": "^2.10.7" "@abaplint/runtime": "^2.10.9"
} }
} }