The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Spreadsheet::Compare::Reporter::XLSX - XLSX Report Adapter for Spreadsheet::Compare

DESCRIPTION

Handles writing Spreadsheet::Compare reports in XLSX format.

ATTRIBUTES

The format attributes have to be valid format strings used by Excel::Writer::XLSX. (see "CELL FORMATTING" in Excel::Writer::XLSX)

The defaults for the attributes are:

    fmt_head       => 'bold 1 align left',
    fmt_headerr    => 'bold 1 align left bg_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  bg_color silver',
    fmt_right_even => 'color red   bg_color silver',
    fmt_diff_even  => 'color green bg_color silver',
    fmt_left_high  => 'color blue  bg_color yellow',
    fmt_right_high => 'color red   bg_color yellow',
    fmt_diff_high  => 'color black bg_color yellow',
    fmt_left_low   => 'color blue  bg_color lime',
    fmt_right_low  => 'color red   bg_color lime',
    fmt_diff_low   => 'color black bg_color lime',

METHODS

see Spreadsheet::Compare::Reporter