Hi there
Will it be possible to for you to extend the function Exhibit.create(null,
null).loadGoogleSpreadsheetsData('...your feed URL here...') to take
multiple google spreadsheets . if u can please let me know the time
required to do this...thank you
his should work:
var exhibit = Exhibit.create(null, null);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
...
I'm working on version 2.0 so I'm not going to extend 1.0 further.
[ Show » ]
David F. Huynh - 25/May/07 07:28 AM This should work: var exhibit =
Exhibit.create(null, null); exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...); ... I'm working on version 2.0 so
I'm not going to extend 1.0 further.
[Submitted by Aditya Dhoke on simile.mit.edu]
Original issue reported on code.google.com by GabrielR...@googlemail.com on 4 Apr 2009 at 4:01
Original issue reported on code.google.com by
GabrielR...@googlemail.com
on 4 Apr 2009 at 4:01