The container package provides fundamental data structures for Google Sheets formulas, including DICT (dictionaries) and LIST (dynamic lists).

These containers enable you to build complex data structures beyond native Google Sheets arrays, with functional programming methods for manipulation.

Functions

  • DICT - Key-value store for associative data
  • LIST - Dynamic sequence of values with functional operations

2 items under this folder.