Hi,
I am doing a table query on a Google Spreadsheet like this:
Now, some of the cells that contain text are not returned in this table query. Instead of the text content of the cell there is just an empty value returned. The part of the object that should contain the cell value shows the following: ,,{"v":null}
If I switch the headers parameter to 1 then the first row (now header) which normally is returned missing two cells now contains all the text values, however other text cells further down in the rows are still missing their values.
Since I often need to combine text labels with data cells this is something I really need to work. Does somebody have insights into this strange behaviours?
All the best
Mario