mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:26:10 +08:00
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
import {initializeABAP} from "../output/init.mjs";
|
|
import {cl_excel_test} from "../output/cl_excel_test.clas.mjs";
|
|
|
|
await initializeABAP();
|
|
|
|
const test = new cl_excel_test();
|
|
console.dir(await test.run()); |