0% found this document useful (0 votes)
2 views1 page

Google Sheets User Addition Script

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Google Sheets User Addition Script

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

var wbook =

[Link]('[Link]
Jz08wpQMYtPCfgt9vJg/edit#gid=0')

var sheet = [Link]('Sheet1');

// step 2

function doPost(e) {
var action = [Link];
if (action == 'addUser') {
return addUser(e);
}
}

// step 3

function addUser(e) {
var user = [Link]([Link])
[Link]([new Date, [Link], [Link], [Link], [Link],
[Link], [Link], [Link], [Link], [Link], [Link],
[Link]])
// step 4
return
[Link]("Success").setMimeType([Link]
)
}

You might also like