Help for this page

Select Code to Download


  1. or download this
        open(FH, "<:raw:encoding(UTF16-LE):utf8", $File_UTF_MS);
    
  2. or download this
        $Excel->{DisplayAlerts} = 'False';
        $xlWorkBook->SaveAs( $File_UTF_MS, $xlConst->{'xlUnicodeText'});
    
  3. or download this
        open(FH, ">utf8", $File_UTF8);