Hi Trying to use php to backup a google doc spreadsheet into another (without writing row by row) or to download it like an excel document Can someone help me?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Use Zend_Gdata_Spreadsheets.
You'll likely find the answers in the Google Docs API.
The entry for copying Google Documents shows this sample:
Use PHP to send an HTTP POST request when you have that ID data.