sheetfu:与Google Sheets V4 API进行交互的Python库

时间:2021-02-28 03:22:01
【文件属性】:
文件名称:sheetfu:与Google Sheets V4 API进行交互的Python库
文件大小:193KB
文件格式:ZIP
更新时间:2021-02-28 03:22:01
google-spreadsheet python-library google-sheets-api google-sheets-api-v4 spreadsheets Sheetfu Sheetfu旨在通过简单,直观,快速的API与Google表格进行交互。 该库的主要目标是使适用于电子表格的Google App Script API适应Python。 使用Sheetfu,您可以轻松获取或设置单元格值,背景色,字体颜色或任何其他单元格属性。 正在安装 使用安装和更新: pip install -U Sheetfu 一个简单的例子 from sheetfu import SpreadsheetApp sa = SpreadsheetApp ( 'path/to/secret.json' ) spreadsheet = sa . open_by_id ( '' ) sheet = spreadsheet . get_sheet_by_name ( 'Sheet1' ) data_range = s
【文件预览】:
sheetfu-master
----README.rst(4KB)
----CONTRIBUTING.rst(5KB)
----AUTHORS(225B)
----.travis.yml(3KB)
----LICENSE(1KB)
----requirements_dev.txt(80B)
----setup.cfg(92B)
----setup.py(2KB)
----Makefile(371B)
----tests()
--------test_client.py(3KB)
--------fixtures()
--------utils.py(2KB)
--------test_model.py(11KB)
--------test_a1_converters.py(6KB)
--------__init__.py(0B)
--------fake_secret.json(1KB)
--------conftest.py(1KB)
--------test_table.py(11KB)
--------test_colors.py(433B)
--------test_service_mock.py(514B)
----sheetfu()
--------exceptions.py(565B)
--------config.py(295B)
--------helpers.py(4KB)
--------modules()
--------model.py(25KB)
--------__init__.py(560B)
--------client.py(4KB)
--------parsers.py(3KB)
--------service.py(4KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(135B)
----CHANGELOG.md(425B)
----documentation()
--------table.rst(15KB)
--------images()
--------authentication.rst(4KB)
--------usage.rst(22KB)

网友评论