文件名称:react-google-sheets
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-06 08:28:08
JavaScript
React谷歌表 只需将Google Sheets API添加到您的应用中 快速开始 首先,安装库: npm install --save react-google-sheets 或者 yarn add react-google-sheets 其次,打开Google Sheets API: 使用此可以在Google Developers Console中创建或选择一个项目,然后自动打开API。 单击“继续” ,然后单击“凭据” 。 在“将凭据添加到您的项目”页面上,单击“取消”按钮。 在页面顶部,选择OAuth同意屏幕标签。 选择一个电子邮件地址,输入产品名称(如果尚未设置),然后单击保存按钮。 选择“凭据”选项卡,单击“创建凭据”按钮,然后选择“ OAuth客户端ID” 。 选择应用程序类型“其他” ,输入名称“ React Google Sheets Quicksta
【文件预览】:
react-google-sheets-master
----.gitignore(34B)
----.babelrc(47B)
----package.json(788B)
----src()
--------google-sheet-connector()
--------index.js(163B)
--------ReactGoogleSheets.js(1KB)
----google-sheet-connector()
--------gapi.js(16KB)
--------index.js(8KB)
----index.js(432B)
----reactGoogleSheets.js(3KB)
----README.md(2KB)