I have a Google Spreadsheet with many hidden rows in it, and I want to skip them when iterating through a list of rows in the spreadsheet.

It's mainly an efficiency issue, as I'm dealing with over half of my rows being hidden and in no need of being checked.

Any help would be appreciated.

link|improve this question

70% accept rate
Good question. The api has functions for hiding and showing rows, but seems to have nothing for querying the show/hide status. Seems like a reasonable enhancement request. – mjhm Jul 24 '11 at 19:28
Yup - this one annoys me too. Would love to have a solution – Jan Z Aug 9 '11 at 5:50
The only lead I have is that when you make a named range that spans a column, if you query the number of rows in that range, you get the number of non-hidden rows. Yet, it still iterates through ALL the rows. Not only is this strange, but it also breaks code that iterates through "all rows" of a named range... – kevlar1818 Aug 9 '11 at 12:24
feedback

1 Answer

up vote 1 down vote accepted

There's no direct way of doing this in Apps Script, but there is a feature request open to provide a way get the show/hide status of a row, if you want to star it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.