如何在谷歌应用程序引擎中使用 php 访问谷歌电子表格?
我已经在 GAE 中使用了 PHP 和 Quercus,但我正在尝试访问我的 google 电子表格,我想像在 mysql 中一样进行 SELECT、INSERT INTO、UPDATE 以及 DELETE(或 DROP,忘记了该功能)。怎么办呢??
I have already PHP in GAE with Quercus, but I'm trying to access my google spreadsheets and I want to SELECT, INSERT INTO, UPDATE and also DELETE(or DROP, forgot the function) just like in mysql. How to do it??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要 Google 提供的库:http://code。 google.com/apis/gdata/docs/client-libraries.html
You're probably gonna need the library Google provides: http://code.google.com/apis/gdata/docs/client-libraries.html