Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The HTML service in Apps Script allows applications to return HTML, typically for user interfaces.
Key classes for working with HTML in Apps Script include HtmlOutput, HtmlService, and HtmlTemplate.
HtmlOutput objects represent HTML content that can be served from a script and offer methods for managing content, meta tags, and display properties.
HtmlService is the main service for creating and managing HtmlOutput and HtmlTemplate objects.
HtmlTemplate allows for dynamically constructing HTML content before evaluating it to an HtmlOutput object.
HTML
This service allows Apps Script applications to return HTML, usually as a user interface.
If you're new to using this class, we recommend you also see the
guide to Html Service
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-03 UTC."],[],[]]