sheet-to-data:around围绕Google Sheets API的简单包装,用于将Google Sheet的内容转换为表格或键值数据结构

时间:2024-06-02 03:39:03
【文件属性】:

文件名称:sheet-to-data:around围绕Google Sheets API的简单包装,用于将Google Sheet的内容转换为表格或键值数据结构

文件大小:130KB

文件格式:ZIP

更新时间:2024-06-02 03:39:03

JavaScript

@ newswire /工作表到数据 @newswire/sheet-to-data是的简单包装,用于将Google Sheet的内容转换为表格或键值数据结构。 主要特征 :gear: 在不使用XLSX导出(例如情况下,从Google表格生成结构数据,从而实现更一致,更快速的输出 :file_cabinet: 所有配置都保存在Google表格中,而不是代码中,从而使您更容易理解在源头上如何处理表格中的数据 :woman::wrench: 不希望使用任何特定的Google身份验证方法-使用已通过身份验证的Google API实例,Google Sheets客户端或您已经在使用的 安装 @newswire/sheet-to-data需要Node.js 8或更高版本。 可通过npm 。 npm install --save-dev @newswire/sheet-to-data # or yarn add --dev @newswire/shee


【文件预览】:
sheet-to-data-master
----.prettierignore(31B)
----.circleci()
--------config.yml(1KB)
----.gitignore(1KB)
----README.md(12KB)
----CHANGELOG.md(312B)
----tests()
--------test.js(700B)
--------expected()
----LICENSE(1KB)
----package.json(1KB)
----types.d.ts(781B)
----index.js(3KB)
----media()
--------keyvalue.png(30KB)
--------tabular.png(29KB)
--------flag.png(9KB)
----.editorconfig(187B)
----yarn.lock(134KB)

网友评论