edt*_*edt 12 php curl google-sheets
我已经阅读了Google Spreadsheets API PHP文档.所有的例子都使用Zend,我不能使用它.查看此页面:http://code.google.com/apis/spreadsheets/docs/1.0/developers_guide_php.html
有没有人知道以下的简单示例:
如何使用PHP w/curl(或其他)和Google Spreadsheets API从Google Spreadsheets Doc获取数据?
据我所知,数据将以XML格式提供.从那里,我将使用PHP来操纵它.