Processing Forum
void
setup() {
size(
500
,
500
);
background(
255
);
SimpleSpreadsheetManager sm =
new
SimpleSpreadsheetManager();
sm.init(
"myProjectName"
,
"me@myemail.com"
,
"mypassword"
);
};