Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Script by DimensionSlip
- * <s>Original OC do not steal</s>
- */
- function doGet() {
- var output = HtmlService
- .createTemplateFromFile('chart')
- .evaluate();
- output.append("Raw code over here for easy C/P-ing: <br><textarea>" + output.getContent() + "</textarea>");
- return output;
- }
- function getData() {
- return SpreadsheetApp
- .openById('<insert ID of spreadsheet here>')
- .getDataRange()
- .getValues();
- }
Add Comment
Please, Sign In to add comment