Web Functions¶
HYPERLINK¶
Creates a clickable link.
=HYPERLINK("https://example.com", "Visit Site") -- displays "Visit Site" as a clickable link.
ENCODEURL¶
Encodes a string for use in a URL (percent-encoding).
=ENCODEURL("hello world") returns hello%20world.
IMPORTDATA¶
Imports data from a URL (CSV or TSV).
=IMPORTDATA("https://example.com/data.csv") -- loads the CSV content into the sheet.
IMAGE¶
Displays an image from a URL inside a cell.
=IMAGE("https://example.com/logo.png") -- renders the image in the cell.
SPARKLINE¶
Creates a small inline chart within a cell.
=SPARKLINE(A1:A10) -- draws a line sparkline from the values.
Options can control chart type: