Help for this page
my $DataCount = 0; while ( @Data = $ExcelQuery->fetchrow_array ) { ... $DataCount ++; }
my $RowCount = 0; while (<@Data>){ ... $AssetRecord = $ExcelColumns[$RowCount] => $Data[$RowCount]; $RowCount ++; }