TW-ASMP / EIW

Entity Information Workbook
0 stars 0 forks source link

Review how easy it is to port the existing OfficeScript implementation into office.js #13

Open TnyHng opened 1 month ago

TnyHng commented 1 month ago

Please review the function, object structure, and the code that you wrote, and see if they will be directly portable to the JavaScript environment.

Let's focus on re-envisioning the row insertion process, including the use of buttons, in office.js.

Here is a really simple sample implementation: https://github.com/xlwings/officejs-helloworld

mark-edney commented 1 month ago

I believe it should be easy, you can create an add-in that accepts typescript rather than js if you want. I wasn't able to make one on my machine because i'm not an admin, but it seems easy enough. From my understand, the major addition of typescript is the declaring of variable types.