
How to develop an Office App in real world-part 2
After part 1, we now look into the app side of our Excel solution. I want to point out some basics here to make it easy for developers to create their first Office App (with Excel). Here we go. Working with the API To easily access the Excel or Word functions with JavasScript, Microsoft provides an object with an anonymous function and a context (*ctx *here) as parameter. So, accessing Excel works basically as here: ...
