I have a Google spreadsheet which compiles scheduling info for an event. The file has five worksheets. There are two worksheets which I want to publish to the web; the other three are for my use and to drive calculations.
I can see how to publish the entire file, and how to publish an individual worksheet. However, I cannot figure out how to publish say, sheet1 and sheet2 to a single document.
As a short-term workaround I have tried the following, which works after a fashion but I'm not a fan:
- Create a new file with two sheets
- Sheet1 uses an importrange call to grab the data from the original sheet1
- Sheet2 uses an importrange call to grab the data from the original sheet2
- I then publish the entirety of the new document
The finished product must be in Google Apps; that is a requirement I cannot dodge.
question from:
https://stackoverflow.com/questions/66052138/google-sheets-publish-some-but-not-all-worksheets 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…