Skip to content

Commit

Permalink
5 more demos (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 9, 2024
1 parent 3a0e3f6 commit 63bbc9e
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion abap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for (let i = 1; i < 10; i++) {
const contents = fs.readFileSync("abap2xlsx-demos/src/demo00" + i + "/zcl_excel_demo" + i + ".clas.abap", "utf-8").toString("utf-8");
add("zcl_excel_demo" + i + ".clas.abap", contents);
} catch {
break;
continue;
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console.log("Running examples.mjs");
for (let i = 1; i < 10; i++) {
const className = "ZCL_EXCEL_DEMO" + i;
if (abap.Classes[className] === undefined) {
break;
continue;
}

const excel = await abap.Classes[className].zif_excel_demo_output$run();
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@abaplint/monaco": "^2.113.6",
"@abaplint/runtime": "^2.10.17",
"@abaplint/transpiler": "^2.10.17",
"@abaplint/transpiler-cli": "^2.10.17",
"@abaplint/monaco": "^2.113.7",
"@abaplint/runtime": "^2.10.18",
"@abaplint/transpiler": "^2.10.18",
"@abaplint/transpiler-cli": "^2.10.18",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
Expand Down
Binary file modified public/zcl_excel_demo1.xlsx
Binary file not shown.
Binary file modified public/zcl_excel_demo2.xlsx
Binary file not shown.
Binary file added public/zcl_excel_demo4.xlsx
Binary file not shown.
Binary file added public/zcl_excel_demo5.xlsx
Binary file not shown.
Binary file added public/zcl_excel_demo6.xlsx
Binary file not shown.
Binary file added public/zcl_excel_demo7.xlsx
Binary file not shown.
Binary file added public/zcl_excel_demo8.xlsx
Binary file not shown.

0 comments on commit 63bbc9e

Please sign in to comment.