NAME
Spreadsheet::Compare::Reporter::HMTL - HTML Report Adapter for Spreadsheet::Compare
DESCRIPTION
Handles writing Spreadsheet::Compare reports in HTML format.
ATTRIBUTES
The format attributes have to be valid css styles
The defaults for the attributes are:
fmt_head => 'font-weight: bold; text-align: left;',
fmt_headerr => 'background-color: yellow',
fmt_default => 'color: black;',
fmt_left_odd => 'color: blue;',
fmt_right_odd => 'color: red;',
fmt_diff_odd => 'color: green;',
fmt_left_even => 'color: blue; background-color: silver;',
fmt_right_even => 'color: red; background-color: silver;',
fmt_diff_even => 'color: green; background-color: silver;',
fmt_left_high => 'background-color: yellow;',
fmt_right_high => 'background-color: yellow;',
fmt_diff_high => 'background-color: yellow;',
fmt_left_low => 'background-color: lime;',
fmt_right_low => 'background-color: lime;',
fmt_diff_low => 'background-color: lime;',
css
A scalar containing the style sheet used for all HTML output.
sheet_order
A reference to an array with stream names setting the order of the output worksheet tabs default is: [qw(Differences Missing Additional Duplicates All)]
sheet_template
A scalar containing a Mojo::Template for constructing an output worksheet.
summary_template
A scalar containing a Mojo::Template for constructing the summary page.