DV-0020
gsheets: function not implemented — IMAGE, IMPORTDATA, IMPORTFEED (+4 more)
Subjects (7)
Tests (12)
matches canonical diverges no fixture in this DV's cluster
| Test | Formula | Canonical | gsheets | excel | lattice | ironcalc | hyperformula | libreoffice | formulas | pycel |
|---|---|---|---|---|---|---|---|---|---|---|
external/1e60d8 |
=IMPORTDATA("https://example.com/data.csv") |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
external/53dfd2 |
=IMPORTFEED("https://example.com/feed.xml") |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
external/2facb6 |
=IMPORTHTML("https://example.com/page.html", "table", 1) |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
external/a9693a |
=IMPORTXML("https://example.com/data.xml", "//title") |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
external/b31415 |
=IMPORTRANGE("https://docs.google.com/spreadsheets/d/abc123", "Sheet1!A1:B2") |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
external/713244 |
=IMAGE("https://example.com/pic.png") |
#NAME? | gsheets#REF! | excel#N/A | lattice#NAME? | ironcalc#NAME? | hyperformula#NAME? | libreoffice#NAME? | formulas#NAME? | pycel#NAME? |
regex/e61117 |
{"gsheets":"=REGEXMATCH(\"café\", \"\\p{L}+\")","excel":"=REGEXTEST(\"café\", \"\\p{L}+\")","lattice":"=REGEXMATCH(\"café\", \"\\p{L}+\")"} |
true | gsheets#REF! | exceltrue | latticetrue | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |
regex/eb4ae5 |
{"gsheets":"=REGEXMATCH(\"123\", \"\\p{L}\")","excel":"=REGEXTEST(\"123\", \"\\p{L}\")","lattice":"=REGEXMATCH(\"123\", \"\\p{L}\")"} |
false | gsheets#REF! | excelfalse | latticefalse | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |
regex/7b7dc4 |
{"gsheets":"=REGEXMATCH(\"你好世界\", \"\\p{L}+\")","excel":"=REGEXTEST(\"你好世界\", \"\\p{L}+\")","lattice":"=REGEXMATCH(\"你好世界\", \"\\p{L}+\")"} |
true | gsheets#REF! | exceltrue | latticetrue | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |
regex/9bef7c |
{"gsheets":"=REGEXMATCH(\"hello\", \"(?<=hel)lo\")","excel":"=REGEXTEST(\"hello\", \"(?<=hel)lo\")","lattice":"=REGEXMATCH(\"hello\", \"(?<=hel)lo\")"} |
true | gsheets#REF! | exceltrue | latticetrue | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |
regex/119bb9 |
{"gsheets":"=REGEXMATCH(\"foobar\", \"foo(?=bar)\")","excel":"=REGEXTEST(\"foobar\", \"foo(?=bar)\")","lattice":"=REGEXMATCH(\"foobar\", \"foo(?=bar)\")"} |
true | gsheets#REF! | exceltrue | latticetrue | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |
regex/484c40 |
{"gsheets":"=REGEXMATCH(\"foobar\", \"foo(?!baz)\")","excel":"=REGEXTEST(\"foobar\", \"foo(?!baz)\")","lattice":"=REGEXMATCH(\"foobar\", \"foo(?!baz)\")"} |
true | gsheets#REF! | exceltrue | latticetrue | ironcalc— | hyperformula— | libreoffice— | formulas— | pycel— |