繁体   English   中英

如何使用nodejs创建谷歌表格文档

[英]How to create google sheet document using nodejs

我正在尝试使用节点 js 创建 google sheet 文档。 我发现图书馆只用于阅读和写作,而不是用于创建新的。 任何人都可以帮助我,或推荐一些方法我该怎么做?

您只需在此处查看: https://www.npmjs.com/package/google-spreadsheet 我想你会找到你需要的。

解决方案

In order to create a new Spreadsheet with Node.js you can either use Sheets API with the method create (the one I would recommend), this is an example of its implementation in Node.js or with Drive API with the method create .

是用于 Node.js 的表格 API 的快速入门指南,是驱动器 API 的快速入门指南。

我希望这对你有所帮助。 让我知道您是否需要其他任何内容,或者您是否不理解某些内容。 :)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM