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


In reply to Re: Spreadsheet::WriteExcel, numbers with comma's? (set_num_format) by Anonymous Monk
in thread Spreadsheet::WriteExcel, numbers with comma's? by jamesgerard1964

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.