Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cambiata committed Apr 10, 2012
1 parent 84b71d2 commit 8e38017
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/cx/GoogleTools.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ package cx;
* @author Jonas Nyström
*/

/*
class Main {
static var email = 'jonasnys';
static var passwd = '%gloria!';
static var keyTestSheet = '0Ar0dMoySp13UdE93Vno1QlJ3cklrLW5zTWItOTRZS2c';
static function main() {
var gs = new cx.GoogleTools.Spreadsheet(email, passwd, keyTestSheet);
trace(gs.getCells());
}
}
*/

class GoogleTools
{

Expand Down

0 comments on commit 8e38017

Please sign in to comment.