mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 06:42:08 +08:00
update
This commit is contained in:
parent
c0c4b1c3d5
commit
f33d010e99
|
@ -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?"},
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user