Hello 
      I am trying to download my Google Sheet data using the Drive API 
"download Google Documents" section here 
(https://developers.google.com/drive/web/manage-downloads). For example I 
have a Google Sheet file with some data that I want to retrieve by 
exporting as csv using the download_url after retriving the file metadata (
file.exportLinks["text/csv"])

That part is fine I am able to receive the response from API call, however 
I noticed that the data given back is the *display value* in Google Sheets 
instead of the actual underlying data. So in Google Sheets if my datapoint 
for example is 9223370, and it is formatted as scientific, when I export as 
CSV the data I get from Google is the display value of 9.22E+06 instead of 
the desired 9223370 value.

I am just wondering if there is anything I am not doing correctly, or if 
that is indeed by design?

Thank you for any response.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to