Javascript – Apps Script : Bad value error for displaying google sheet as web app
I'm trying to display google sheet as a web app but returned a bad value error when trying to run it. Here is the code I used: function doGet() { return HtmlService.createTemplateFromFile('Index').evaluate(); } function getData(){ var spreadSheetId = " ";…