The Candid Startup
    Preparing search index...

    Reference implementation of SpreadsheetData

    Editable in-memory spreadsheet data container. Starts out empty. Use the API to fill with data!

    Intended for use as a mock, to compare with an optimized implementation when testing and for simple sample apps. Simplest possible implementation, no attempt at optimization.

    Implements

    Index

    Constructors

    Methods

    • Set viewport of interest

      Can be used by SpreadsheetData implementations to optimize data retrieval and memory usage. Queries for cells outside the viewport may return undefined. Clients should not rely on any particular behavior for queries outside the viewport.

      Set to undefined (the default) if the client needs access to the entire spreadsheet

      Parameters

      Returns void