mlaursen has asked for the wisdom of the Perl Monks concerning the following question:
$handler = ExcelSAX->new("$excel_file_path", 0, $callback); $parser = XML::SAX::ExpatXS->new( Handler => $handler ); $parser->parse_uri($file);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Text Column in Excel
by wallisds (Beadle) on Apr 19, 2011 at 16:12 UTC | |
|
Re: Text Column in Excel
by mlaursen (Initiate) on Apr 19, 2011 at 21:16 UTC |