Generate QR Code
Creates a QR Code for a given string of characters.
caution
This function uses the IMAGE function.
The IMAGE function is currently available to those who participate in the Office Insider program.
URL
https://api.excelapi.org/other/qrcode
Configuration
Configuration | Required | Description |
---|---|---|
text | ✔ | Specify a string to be included in the QR Code, which can be a URL. |
Example
B2:
=IMAGE("https://api.excelapi.org/other/qrcode?text="&ENCODEURL(A2))