columns property

List<List<String>> columns
final

Lists data as columns. Each root list contains all items of that column. The first item of each column is the heading.

Implementation

final List<List<String>> columns;