DV-0038
excel, formulas, hyperformula, ironcalc, lattice, libreoffice, pycel: function not implemented — ENCODEURL, ISURL
Subjects (2)
Tests (4)
matches canonical diverges no fixture in this DV's cluster
| Test | Formula | Canonical | gsheets | excel | lattice | ironcalc | hyperformula | libreoffice | formulas | pycel |
|---|---|---|---|---|---|---|---|---|---|---|
ENCODEURL/encodeurl-space |
=ENCODEURL("a b") |
a%20b | gsheets[object Object] | excel[object Object] | latticea%20b | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ENCODEURL/encodeurl-special-chars |
=ENCODEURL("hello world/?&=") |
hello%20world%2F%3F%26… | gsheets[object Object] | excel[object Object] | latticehello%20world%2F%3F%26… | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ISURL/isurl-https |
=ISURL("https://example.com") |
true | gsheets[object Object] | excel[object Object] | latticetrue | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ISURL/isurl-not-a-url |
=ISURL("not a url") |
false | gsheets[object Object] | excel[object Object] | latticefalse | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |