reporter library

Support for doing something awesome.

More dartdocs go here.

Classes

Grouping<TKey, TVal>
ReportCalculatedRange
Represents a range with useful information, like the value and the metadata.
ReportColumn
Represents a column in a tabular report. A column can contain nested columns, which corresponds to a change in columnSpan.
ReportColumnValueAssignment
ReportRange
ReportRow
Represents a row in a tabular report. A row can contain nested rows, which corresponds to a change in rowSpan.
TableCalculationInfo
TabularReporter
A utility class for generating tabular reports (like spreadsheets) from arbitrary data.

Extensions

IterableExt on Iterable<T>