// LatestNFilter returns a filter that matches the most recent N cells in each column.// CellsPerRowOffsetFilter returns a filter that skips the first N cells of each row, matching all subsequent cells.// CellsPerRowLimitFilter returns a filter that matches only the first N cells of each row.