Help for this page

Select Code to Download


  1. or download this
    use Spreadsheet::Read;
    my %pointData{D.xls} = ReadData(fileD.xls)
    ...
    y1 => $pointData(D.xls)->[1]->{A2},
    z1 => $pointData(D.xls)->[1]->{A3},
    );