Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created July 9, 2012 10:23
Show Gist options
  • Save ynonp/3075646 to your computer and use it in GitHub Desktop.
Save ynonp/3075646 to your computer and use it in GitHub Desktop.
use Spreadsheet::ParseExcel;
use strict;
use warnings;
use Data::Printer;
my $parser = Spreadsheet::ParseExcel->new;
my $workbook = $parser->parse( 'demo1.xls' ) or die $parser->error;
p $workbook;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment