使用 php 将内容从 google 电子表格导入到 MySql

发布于 2024-11-19 17:52:35 字数 235 浏览 5 评论 0原文

我需要从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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三寸金莲 2024-11-26 17:52:35

您需要与实时数据的持久连接吗?如果不是,只需将它们下载为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文