module Xlsxrb::Elements::CoordinateAccess

Mixin providing coordinate-based and random-access cell/row lookups for in-memory worksheet structures.

Expects the including class to provide a #rows method returning an β€˜Array<Elements::Row>`.

@api public