in reply to Re: trailing zeroes with EXCEL::Writer::XLSX
in thread trailing zeroes with EXCEL::Writer::XLSX

the answer is:
$right = $workbook->add_format( size => 9, align => 'right', num_format => '#,##0.00', );

Replies are listed 'Best First'.
Re^3: trailing zeroes with EXCEL::Writer::XLSX
by Bethany (Scribe) on Aug 08, 2014 at 15:35 UTC

    There ya go! *thumbs up*