Matt Hessinger
Matt Hessinger
Since you are just mapping Apps Script's _Integer_ to ts' _number_ type, it probably is OK doing that explicitly, but you could wait on for more votes than just my...
(disclaimer - I authored the "Advanced Development..." post referenced above). _On > n Apps Script projects_: The [sample that was authored for the post](https://github.com/google/google-apps-script-samples/tree/master/import_export_development) does in fact demonstrate how multiple...
A clarification - It is _possible_ to publish an Apps Script project as an add-on even if that Apps Script project is container bound (created from and associated with a...
If you want to test or debug your host-interaction functions, ones that would depend on active host methods like "SpreadsheetApp.getActiveSpreadsheet", you can look at some very simple code I included...
Actually, that deprecated method doesn't relate to the API Executable. Currently, there are no APIs for any of the functions that you need to perform in the script editor, such...