Help for this page

Select Code to Download


  1. or download this
    for my $worksheet ( $workbook->worksheets() ) {
    my ( $row_min, $row_max ) = $worksheet->row_range();
    ...
    print FILE "$cell->value()";
    }
    }
    
  2. or download this
    Incorrect output:
    Spreadsheet::ParseExcel::Cell=HASH(0xa02fa74)->value()Spreadsheet::Par
    +seExcel::Cell=HASH(0xa249680)->value
    ...
    text1 
    text2
    etc