google-docs-api
Using the Google Docs API
I want to know how to upload a remote document to Google Docs, and to be able to view that document using Google Docs by using the Google Docs API.[详细]
2023-04-12 13:16 分类:问答Restoring a Google Doc from Trash using Zend GData
I am creating a filemanger that uses Google Docs for storage, but I am having difficulty working out how to restore a开发者_运维问答 file that has been sent to the trash.I can send to trash by using t[详细]
2023-04-10 05:12 分类:问答Add pivot-table to a google spreadsheet, via the API
I\'开发者_开发技巧d like to automatically create one of these pivot tables: https://drive.googleblog.com/2011/05/summarize-your-data-with-pivot-tables.html[详细]
2023-04-07 14:00 分类:问答creating new sheet and moving sheets between spreadsheet in google docs
I have 2 requirements: 1) I want to create a new sheet from existing sheet in current spreadsheet programmatically[详细]
2023-04-05 12:31 分类:问答Add header via Google Spreadsheet API
I am unable to insert a header (or any regular data) into a newly created worksheet via Java API. The standard way to insert data is to provide a header and value e.g[详细]
2023-04-03 18:02 分类:问答Google API : How to authenticate without redirection?
We want to use Google Doc API to generate Document (In our own business account) when our end users do some actions on our site.[详细]
2023-04-03 17:18 分类:问答How to use paging for retrieving Google docs?
I wand to receive google docs info with paging using Java Client Library. My code: private static final String URL_STRING = \"https://docs.google.com/feeds/default/private/full/\";[详细]
2023-04-03 01:23 分类:问答google doc reader : remove the option "Open in new window"
Is there any way of removing or disabling the \'open in new window\' icon of google doc reader( when used in embedded mode inter开发者_运维百科face) through the embedded code(which we write for embedd[详细]
2023-04-02 13:27 分类:问答Get a Collection/Folder by name in google DOCS API
I\'m trying to get a collection/Folder by it name but am getting an error, this what i got: DocsService client = new DocsService(\"test testnet v1\");[详细]
2023-04-01 21:39 分类:问答Google Docs API for Node.js
Is there a JavaScript API or third party fra开发者_JAVA技巧mework for Google Docs that I can use in Node.js?[详细]
2023-03-31 17:22 分类:问答