A spreadsheet row. cells is a column-name → value map. Values are JSON primitives (string, number, boolean) or null; provider- specific richer types (formula, date) are encoded as strings.
cells
@type t() :: %Spatio.Model.Row{ cells: %{optional(String.t()) => any()}, index: integer() }