whenever i assign integer value for spread cell, i can't read the
spreadsheet data properly.
i used for loop as below:

var data = response.getDataTable();

(for col=0;col<data.getNumberOfColumns(); col ++){
  for(row=0:row<data.getNumberOfRows(); row ++){
  console.log("[" + col + "][" + row + "] " + data.getFormattedValue
(row,col));
  }
}

is there other way to get the column header or label name and the cell
values? I tried doing data.q for column but if the gadget settings
"Number of headers row" is set to zero than i can't get the headers.

thx in advance

injoy

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en.

Reply via email to