Googlesheet APIv4 getting empty cells

后端 未结 9 1566
我寻月下人不归
我寻月下人不归 2021-01-03 22:03

I have a googlesheet where a column may contain no information in it. While iterating through the rows and looking at that column, if the column is blank, it\'s not returni

9条回答
  •  半阙折子戏
    2021-01-03 22:25

    Another option is iterating through the returned rows, checking the length of the row and appending whatever data you were expecting to be returned. I found this preferable to adding junk data to my dataset.

提交回复
热议问题