Documentation for EasyParser Class

The EasyParser class is a utility designed to facilitate the parsing of tabular data fetched from external sources, such as Google Sheets, into structured formats. It supports both synchronous and asynchronous workflows and provides methods for parsing rows, sub-rows, and columns into strongly-typed objects.


Class Overview

Purpose

Key Features

  1. Parses data rows, sub-rows, and columns into lists of strongly-typed objects.
  2. Handles asynchronous fetching of data from Google Sheets.
  3. Provides configurable parsing logic via function delegates.

Fields

_googleSheetsService