Is it possible to include Google App Script (associated with spreadsheet) in JSP or call .gs function in a JSP -


i'm using google spreadsheet , html 5 create different charts in application. i'm using xmlhttp.responsexml , fetching spreadsheet , able display data.

i want know how can call function of code.gs in jsp.

function can simple one. ex.

 function getscripturl()  {  var url = scriptapp.getservice().geturl();  return url;  } 

my actual purpose log activites in particular sheet in same spreadsheet. if i'm able call function in code.gs, easily. solution or better suggestion welcomed.

thanks,

shahid

you can not directly call functions of *gs.file

you can send , receive data through contentservice


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -