No Picture
From VBA to Google Apps Script

Add-ons versus add-ins

The fundamental difference between them though, is that although superficially they seem to do the same thing, operations performed on the target workbook from Office is limited to what the API can do. […]

No Picture
Add-ons

Debugging Office JavaScript API add-ins

If you already write Apps Script add-ons, you’ll know that debugging can be a little challenging, and although you can use the developer tools in chrome on a running add-on, breakpoints don’t persist between sessions […]