'Google Sheets: Hide top menu and bottom sheet tabs bar?
I want to be able to hide Google Sheet's menu bar at the top as well as the sheet tabs bar at the bottom when sharing the Google Sheet publicly.
?rm=minimal to hide the menu works perfectly. I am stuck on how to hide the sheet tabs bar at the bottom.
I tried using &single=true&widget=true&headers=false but they do nothing for me.
Solution 1:[1]
The only way to completely hide the sheet tabs bar is exporting the document as PDF/HTML.
Otherwise, the best solution would be to add "preview" at the end of the link and only make visible the sheet you want visitors to see.
Like this: https://docs.google.com/spreadsheets/d/123/preview
Since adding "preview" hides the sheet menu, visitors won't be able to see if there are more exisiting sheets.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alfredo |
