1
votes

I wish to be able to hide certain sheets in my Google spreadsheet programmatically. So when a shared user logs into the spreadsheet, certain data ranges, sheets maybe hidden from their view. This way I can make all, some or no spreadsheet data visible according to the viewers email address.

I have no problem doing this with sheet protection using SpreadsheetApp classes and methods, and protecting certain sheets based on the viewers email address. But cant seem to find any classes or methods that support sheet hiding methods or properties

1

1 Answers

2
votes

There is an open enhancement request for hiding/showing sheets; you might like to star it to be kept updated.