How to skip hidden rows while iterating through Google Spreadsheet w/ Google Apps Script

前端 未结 5 1076
再見小時候
再見小時候 2020-12-17 18:40

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 efficienc

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-17 19:26

    New API as of 2018 that's useful for this problem: isRowHiddenByUser. See also isRowFilteredByUser.

提交回复
热议问题