Help for this page

Select Code to Download


  1. or download this
    open(F,">$s{path}/perl.output");
    my $parser   = Spreadsheet::ParseExcel->new();
    ...
        }
    }
    close F;
    
  2. or download this
    The C<Spreadsheet::ParseExcel::Format> class has the following propert
    +ies:
    =head2 Format properties
    
    ...
        $format->{Style}
    
    These properties are generally only of interest to advanced users. Cas
    +ual users can skip this section.