calopter / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

if i try to download a spreadsheet with a googledfinance function, instead of data I get "Loading.." in cells #512

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create spreadsheet
2. Put this in A1 =SORT( GoogleFinance( "GOOG" ; "all" ; "Feb 14 2000" ; 
TODAY(), "WEEKLY" ); 1 ; FALSE)
3. Close spreadsheet
4. Try to get it with googlecl

What is the expected output? What do you see instead?
I expect to see some data but in A1 I see "Loading.." and in the other cells "-"

What version of the product are you using? 
Whatever is live on 12 Mar 2013
On what operating system? 
MacOs
What version of gdata-python-client (aka python-gdata)?
googlecl-0.9.14.tar.gz

Please provide any additional information below.

Original issue reported on code.google.com by colin.ha...@gmail.com on 12 Mar 2013 at 3:13

GoogleCodeExporter commented 8 years ago
I suspect that's a python gdata bug.  You could try reporting it there.
https://code.google.com/p/gdata-python-client/

Original comment by jh...@google.com on 13 Mar 2013 at 1:43