使用 php 将内容从 google 电子表格导入到 MySql
我需要从google电子表格
导入工作表并将其存储在MySQL
中。我已经尝试了zend_gdata_library
提供的代码,但我得到了很多其上的错误。
任何人都可以帮助我使用 PHP 代码获取特定工作表的电子表格密钥
和工作表ID
吗?那么我希望我能够做到。
预先感谢,如果有的话请给我您的建议..
I need to import the worksheets from google spreadsheets
and store it in MySQL
.I have tried the code available with zend_gdata_library
,but i am getting lot of errors on it.
Can anybody help me to get the spreadsheet key
and worksheet id
of a particular worksheet using PHP code?Then i hope i can able to do it.
Thanks in advance,please send me your suggestions if any..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要与实时数据的持久连接吗?如果不是,只需将它们下载为 CSV 并使用 CSV 导入功能导入到 MySQL。如果您需要访问实时数据,那么您需要发布代码。
Do you need a persistent connection to the live data? If not just download them as CSV and import to MySQL using the CSV import function. If you need access to live data then you'll need to post your code.