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 | gsheetsa%20b | excel#NAME? | latticea%20b | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ENCODEURL/encodeurl-special-chars |
=ENCODEURL("hello world/?&=") |
hello%20world%2F%3F%26… | gsheetshello%20world%2F%3F%26… | excel#NAME? | latticehello%20world%2F%3F%26… | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ISURL/isurl-https |
=ISURL("https://example.com") |
true | gsheetstrue | excel#NAME? | latticetrue | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |
ISURL/isurl-not-a-url |
=ISURL("not a url") |
false | gsheetsfalse | excel#NAME? | latticefalse | ironcalc#NAME? | hyperformula#NAME? | libreoffice— | formulas#NAME? | pycel#NAME? |