Documentation

VerveSheets documentation

279 data and utility sources behind one key, one formula, and the same columns every time. Start with the quickstart, or search for the source you need.

Try

Start here

The contract

Holds on all 279 sources

One formula. The same columns every time.

VERVE() is the whole surface area: the same three arguments on every source, the same columns on every refresh, and a failure that arrives as text in the cell rather than a broken sheet.

sourceThe id, in quotes. The same list the reference is built from.
inputA cell, a range, or a literal value.
fieldA dot-path into the result. Omit it and the whole row spills across.
fx=VERVE("emailvalidator", A2)Your key, live
A2  [email protected]

=VERVE("emailvalidator", A2)                    spills every column
=VERVE("emailvalidator", A2, "data.valid")      TRUE
=VERVE("emailvalidator", A2:A9, "data.valid")   fills the column
=VERVE("emailvalidator", "[email protected]", "data.valid")

#ERR  That email address is not valid.

Browse the docs

26 pages

Source reference

Can’t find it? Search covers every page and every source. If the answer is not here, tell us and we will write it.