reporter 0.1.2
reporter: ^0.1.2 copied to clipboard
A package that helps prepare tabular reports.
Reporter #
A standard for generating reports in pure dart.
Note: Currently only supports tabular reports.
Features #
- Build tabular reports with ease.
- Handles column nesting (colspan).
- Handles row nesting (rowspan).
- Full customizable.
- Language independent, can be adapted for Excel, Html, Pdf, Markdown, txt, etc ...
- Surprisingly easy to use.
Getting started #
- Depend on the
reporterpackagedart pub add reporter - Optionally depend on other specific generators like
reporter_html,reporter_syncfusion_flutter_xlsio, etc... - Use
TabularReporter.calculateCellsto calculate the body cells from rows and columns. - Use
TabularReporter.calculateHeaderCellsto calculate the header cells from columns.