Thanks Rob.

On Wed, Feb 3, 2010 at 5:40 AM, Rob Russell (Google) <[email protected]>wrote:

> Hi,
> This looks like a question for the Google Data Javascript Client group, try
> asking over there
> http://groups.google.com/group/google-data-javascript-client .
>
> --
> Rob Russell
> Google Developer Relations
>
>
> On Mon, Jan 25, 2010 at 2:30 AM, googlopoly <[email protected]> wrote:
>
>> 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]<google-gadgets-api%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/Google-Gadgets-API?hl=en.
>>
>>
>  --
> 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]<google-gadgets-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/Google-Gadgets-API?hl=en.
>



-- 
Ashis Rai
P.O.Box No. 12434
Sundhara, Kathmandu
Nepal

-- 
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