Google Workspace

 API 钥匙

如何在 Google Workspace Apps 中添加条形码

(G-Suite)
通过 ActiveBarcode REST API 将条形码从云端直接添加到 Google Workspace Apps 中。
It's pure and simple. 这种简单直接的方法不需要任何插件和脚本。 只需在应用程序中直接使用 REST API 的 url,就能从云端串流条形码。就是这样。

这适用于Google Docs, Google Sheets, Google Forms 和 Google Slides.

Google Sheets

如何在工作表中添加条形码
通过 ActiveBarcode REST API 在 Google Sheets 表格中添加动态条形码。
It's pure and simple. 这种简单直接的方法不需要任何插件和脚本。 只需在 IMAGE 函数中直接使用来自 REST API 的 url 即可。 如果单元格的内容发生变化,条形码也会自动更改。

=IMAGE(CONCAT("https://api.activebarcode.net/v1/png?code=CODE128&access=YOUR-KEY-HERE&text=",ENCODEURL(A1)))

该截图显示了在 Google Sheet 中生成的条形码,该条形码对单元格 A1 的内容进行了编码。

ActiveBarcode: 该截图显示了在 Google Sheet 中生成的条形码,该条形码对单元格 A1 的内容进行了编码。

Google Slides

如何在演示文稿中添加条形码
通过 ActiveBarcode REST API 将条形码添加到 Google Slides 中。
It's pure and simple. 这种简单直接的方法不需要任何插件和脚本。 只需在 Google Slides 中直接使用 REST API 的 url 即可。
1
ActiveBarcode: Demo ActiveBarcode REST API @ Google Slides

2

3

该截图显示了在插入上图所示 URL 的图像时,在 Google Slides 中生成的条形码。
ActiveBarcode: 该截图显示了在插入上图所示 URL 的图像时,在 Google Slides 中生成的条形码。


Google Forms

如何在表单中添加条形码
通过 ActiveBarcode REST API 将条形码添加到 Google Forms 中。
It's pure and simple. 这种简单直接的方法不需要任何插件和脚本。 只需在 Google Forms 中直接使用 REST API 的 url 即可。
1
ActiveBarcode: Demo ActiveBarcode REST API @ Google Forms

2

3

该截图显示了在插入上图所示 URL 的图像时,在 Google Forms 中生成的条形码。
ActiveBarcode: 该截图显示了在插入上图所示 URL 的图像时,在 Google Forms 中生成的条形码。