Hi Have you seen the Google Docs API? http://code.google.com/intl/en/apis/documents/
Maybe you work Regards 2012/3/6 hugues2 <[email protected]> > Hi, > > I'd like to call a google apps script from GWT to create a document > (example of code below) : > > public static native void sendDocument() /*-{ > // Create and open a document > doc = DocumentApp.create("Document Title"); > }-*/; > > However when called from GWT, this function returns an Exception as > the object "DocumentApp" is not initialised. > > Is there any way to perform such functionality or the access to Google > Apps Scripts is not possible from GWT ? > > Thanks, > > Hugues > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
