in reply to Re: trailing zeroes with EXCEL::Writer::XLSX
in thread trailing zeroes with EXCEL::Writer::XLSX
$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 |