Description
This formula generates a QR code.
Formula(s)
PHP
{=QR("String";"Module size";"Foreground color";"Background color")}
Result
-
String
Parameters
Parameter
|
Content
|
Format
|
Default value
|
Explanation
|
|---|---|---|---|---|
|
String |
String from which the QR code is to be generated |
String |
|
|
|
Module size |
|
String |
"3" |
|
|
Foreground color |
HEX code |
String |
"#000000" |
|
|
Background color |
HEX code |
String |
"#000000" |
|