Help for this page

Select Code to Download


  1. or download this
    $Book->SaveAs({Filename        => "F:\\Assess\\Assessment.csv", 
                   FileFormat      => 6, #xlCSV, 
                   CreateBackup    => 0});
    
  2. or download this
    use strict;
    use warnings;
    ...
        unlink ($files);
    $Excel->Quit;
                    }
    
  3. or download this
    Code,PropertyName,Unit Count,Unit Cost, Total Cost, TypeAbbreviation, 
    +Comments
    1,First Account,5,10.00,50.00,cod,User text here
    002,"Second Account, The",10,20.00,200.00,cod,More narrative
    003,Third Account,5,20.00,100.00,cod,Another comment
    
  4. or download this
    my $Book = $Excel->Workbooks->Open("C:\\Monks\\$files") or die "Can't 
    +open file";
    
  5. or download this
    $Book->SaveAs({Filename        => "C:\\Monks\\$nwnam.csv",