NAME
dumpSS.pl - Sample application to dump the entire contents of a spreadsheet
SYNOPSIS
dumpSS.pl some_spreadsheet.xls
DESCRIPTION
Print the sheet name, surrounded by '***' followed by the the contents of each row printed on a single line with the pipe character '|' as a separator between each cell.
Note: There is nothing special done here to cater for pipe characters in the contents of a cell.
SEE ALSO
Spreadsheet::BasicRead and Spreadsheet:ParseExcel on CPAN
AUTHOR
Greg George, IT Technology Solutions P/L, Australia
Mobile: +61-404-892-159, Email: gng@cpan.org
LICENSE
Copyright (c) 1999- Greg George. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
CVS ID
$Id: dumpSS.pl,v 1.1 2004/09/30 10:22:13 Greg Exp $
CVS LOG
$Log: dumpSS.pl,v $ Revision 1.1 2004/09/30 10:22:13 Greg - Initial development as a CPAN example