- or download this
#!/bin/env perl
use strict;
...
#Reading Price information from the input excel sheet using template i
+nformation
my $lRate = $lExcelFileData->[1]{A1};
print "Rate in xlsx file-> ".$lRate . "\n";
- or download this
bash-3.2$ ./print_xlsx_file_surya1.pl
test.xlsx
Rate in xlsx file-> 0.99
- or download this
5.8.8 (sun solaris):
bash-3.2$ ./print_xlsx_file_surya1.pl
...
]
];
Rate in xlsx file-> 0.99
- or download this
The same Read.pm is printing the below in linux version:
:/cmpnt/slt1.0/devlp/SLTICT01/WORK/cmac6844>./print_xlsx_file_surya1.p
+l
...
];
Rate in xlsx file-> 0.9888