Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Cell

import type { Cell } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Cell representation.

interface Cell {
value?: string;
}

§Properties

§
value?: string
[src]

Value in the cell. The dimension cells contain strings, and the metric cells contain numbers.