Answer the question
In order to leave comments, you need to log in
How to publish a table on the web without a table and sheet name?
Hello.
I need to bring data from Google Sheets to the site. I want to use iframe. If you use the built-in "Publish Table" method, then the table name and sheet are published along with the data, but I only need the data. Thank you.
Answer the question
In order to leave comments, you need to log in
Make a doGet () method in which you return the HTML code. Expand the app and save the link.
const HTML_CODE = "HTML код страницы";
function doGet(e){
return HtmlService.createHtmlOutput(HTML_CODE);
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question