Search Results

Search: Posts Made By: PratLinux
3,613
Posted By PratLinux
@Pandeesh- the software that I am using already...
@Pandeesh- the software that I am using already produces that excel in Unix .


@itkamaraj - I've tried that but its not working.
4,147
Posted By PratLinux
I've used this code: use...
I've used this code:
use Spreadsheet::ParseExcel;
my $file_name = $ARGV[0];
print $file_name;
my $parser = Spreadsheet::ParseExcel->new();
my $workbook = $parser->parse($file_name);
...
3,613
Posted By PratLinux
after doing sed '10q' asd.xls I'm getting : ...
after doing sed '10q' asd.xls I'm getting :
ÐÏࡱá;þÿ ìÍÉÀ`á°Áâ\p B°aÀ=
Óº
...
4,147
Posted By PratLinux
Anchal if I'm using SpreadSheet::Parseexcel ,...
Anchal if I'm using SpreadSheet::Parseexcel , then the complete data is not coming to the parsed file.i.e some cells display blank.
3,613
Posted By PratLinux
ya its generated in windows and I have to create...
ya its generated in windows and I have to create a script or module to verify it. It contain single sheet but this sheet is produced by implementing formulae.
4,147
Posted By PratLinux
how to validate data of excel using perl or shell
I have a software which generates excel report with some specific data. The excel file format is .xls (old 2003 format)
The data are in the forms like differenct cells contains numeric, string and...
3,613
Posted By PratLinux
How to validate data of excel
I have a software which generates excel report with some specific data. The excel file format is .xls (old 2003 format)
The data are in the forms like differenct cells contains numeric, string and...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 10:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy