Documentation for ParsedData Class

The ParsedData class is a utility for managing and extracting data from a ValueRange object (typically fetched from Google Sheets). It provides methods for data validation and retrieval in various formats, such as strings, integers, floats, enums, and lists. This class is central to enabling flexible and efficient parsing of external data sources into structured formats.


Class Overview

Purpose

Key Features

  1. Validates data bounds and ensures safe access to cells.
  2. Extracts cell values in primitive types (intfloatstring) or complex types (enum, lists).
  3. Handles empty or invalid cells gracefully.
  4. Supports additional logic, such as detecting sub-rows.

Fields

_data