rows property

List<List<String>> rows
final

Rows that parsed and passed validation, in source order. A rejected row is NOT included here — look it up in errors by line number.

Implementation

final List<List<String>> rows;