Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $excel_table  = Spreadsheet::ExcelHashTable->new($file);
            $excel_table->parse_table("Sheet1", "ID") ;
            my $excel_hash = $excel_table->get_table("ID");
    
  2. or download this
     -----------------------
     | ID | Name       |
    ...
     -----------------------
     |  002  |  BBB    |
     -----------------------