in reply to Spreadsheet::WriteExcel, numbers with comma's?

The research

excel number format, site:perlmonks.org Spreadsheet::WriteExcel comma seperated numbers -> Spreadsheet::WriteExcel, numbers v strings?

http://search.cpan.org/grep?cpanid=JMCNAMARA&release=Spreadsheet-WriteExcel-2.40&string=comma&i=1&n=1&C=0

113: $self->add_format(type => 1, num_format => 0x2B); # 16 Comma 114: $self->add_format(type => 1, num_format => 0x29); # 17 Comma +[0]

site:perlmonks.org Spreadsheet::WriteExcel number format -> Long integers in Spreadsheet::WriteExcel, Writing a number to a cell using Spreadsheet::WriteExcel, Spreadsheet::ParseExcel Numeric Format Woes, Formats and Spreadsheet::WriteExcel, Handy wrapper for Spreadsheet::WriteExcel, Problem with whitespace in num_format using Spreadsheet::WriteExcel

So something format https://metacpan.org/pod/Spreadsheet::WriteExcel#set_num_format

  • Comment on Re: Spreadsheet::WriteExcel, numbers with comma's? (set_num_format)
  • Download Code