Help for this page

Select Code to Download


  1. or download this
    This is the code
                            $member_styles -> contents =~ /numFmtId="$t1" 
    +formatCode="([^"]*)/;
                            my $formatCode = $1 || '';
    
  2. or download this
    This is the data
    <numFmts count="7">
    ...
    <numFmt numFmtId="168" formatCode="&quot;$&quot;#,##0.00"/>
    <numFmt numFmtId="169" formatCode="m/d/yy;@"/></numFmts>