Book Review: Google Apps Script: Web Application Development Essentials; Second Edition
There aren't many books on Google Apps Scripts. The convenience with a technical book of this sort is that they consolidate information so that you don't have to hunt for it all over the web. With an ebook, you can also search by keyword. As a complete newbie to Google Apps Scripts I started reading the book Google Apps Script: Web Application Development Essentials with great expectations. I was disappointed though. The writing is monotonous and detached. The explanations are verbose. Sample this: I have saved the best for last—or maybe the easiest part, depending on how you look at it. The app you have been building has all the features needed to interact with the user, but we are lacking the most important thing: a place to store the data and a way to get it there. Not to worry: Google has provided us with several data-storage options that should work for most applications. One great option is a spreadsheet, and this is typically where you would store data like this. ...