gspread:Google 电子表格的 Python API-python

时间:2024-07-08 11:52:54
【文件属性】:

文件名称:gspread:Google 电子表格的 Python API-python

文件大小:173KB

文件格式:ZIP

更新时间:2024-07-08 11:52:54

第三方 API的库

gspread:Google 电子表格的 Python API Google 电子表格 Python API v4 使用 Google 表格的简单界面。 功能: 按标题、键或 url 打开电子表格。 读取、写入和格式化单元格区域。 共享和访问控制。 批量更新。 安装 pip install gspread 要求:Python 2.7+ 或 Python 3+。 基本用法 在 Google API 控制台中创建凭证 开始使用 gspread: import gspread gc = gspread.service_account() # 一次性从电子表格中打开一张工作表 go wks = gc.open("Lebowski 的钱在哪里?").sheet1 # 更新使用左上角地址的一系列单元格 wks.update('A1', [[1, 2], [3, 4]]) # 或者更新单个单元格 wks.update('B42', "它在那里某处,让我再看看。") # 格式化标题 wks.format('A1:B1', {'textFormat': {'bold': True}}) 更多


【文件预览】:
gspread-master
----MANIFEST.in(99B)
----test-requirements.txt(160B)
----.github()
--------CONTRIBUTING.md(2KB)
--------CODE_OF_CONDUCT.md(3KB)
--------ISSUE_TEMPLATE()
----LICENSE.txt(1KB)
----HISTORY.rst(12KB)
----.travis.yml(215B)
----tox.ini(160B)
----setup.py(2KB)
----README.md(5KB)
----Makefile(41B)
----gspread()
--------exceptions.py(1KB)
--------urls.py(1KB)
--------utils.py(15KB)
--------__init__.py(787B)
--------models.py(77KB)
--------auth.py(7KB)
--------client.py(12KB)
----docs()
--------_templates()
--------conf.py(9KB)
--------index.txt(708B)
--------user-guide.rst(9KB)
--------advanced.rst(2KB)
--------index.rst(2KB)
--------oauth2.rst(8KB)
--------api.rst(1KB)
----tests()
--------cassettes()
--------test.py(40KB)
--------__init__.py(0B)
----.gitignore(113B)

网友评论