Re: excel in perl

2012-05-25 Thread shawn wilson
Though I'm pretty sure you can parse xlsx, I've never done it. I'd start by finding the error method of the module and .. or die "something useful " . $ws->error; also note there's a mailing for these modules - you might search and ask there too. On May 25, 2012 3:49 AM, "Ken cthrogglazx" wrote:

excel in perl

2012-05-25 Thread Ken cthrogglazx
im running this in activeperl in windows. my $parser = Spreadsheet::ParseExcel->new(); my $workbook = $parser->parse('build.xlsx'); if ( !defined $workbook ) { die $parser->error(), ".\n"; } for my $worksheet ( $workbook->worksheets() ) { my ( $row_min, $