How to create a new, empty spreadsheet using Zends GData Library?
相关问题
- Zend Auth locked session
- Zend/PHP: Problem uploading/downloading file to/fr
- PHP Zend Framework - Zend_Config and global state
- gdata Unknown authorization header - started 12/11
- 'Zend_Db_Statement_Exception' with message
相关文章
- Possible disadvantages of Zend [closed]
- Zend Framework Modules with common resources
- Zend Form Validator Callback: How to exclude a use
- How to get the last 24 hours worth of videos from
- Exception while setting up the wurfl in zend
- How to create admin in Zend framework?
- zend framework and jquery - attach event from serv
- Magento: Programatically update cart via event
Here is how I did it:
You cannot do this at this moment.
quote from official documentation
According to the Google Documents List API, to create a new, empty spreadsheet: follow the instructions in Creating a new document or file with metadata only. When doing so, use a category term of http://schemas.google.com/docs/2007#spreadsheet.
With Zend GData library, it may look like this: