Help for this page

Select Code to Download


  1. or download this
    $Sheet2->Range("A100:Z100")->Font->{FontStyle}="Arial Unicode MS";
    
  2. or download this
        for($i=0;$i<$out_size;$i++)
        {
    ...
            $Sheet2 -> Range("C$i") -> {'Value'} = $gm_out[$i][2];
            $Sheet2 -> Range("D$i") -> {'Value'} = $gm_out[$i][3];
        }