NAME
excel2txt - convert Excel data to delimited text files
VERSION
This documentation refers to excel2txt version 0.01.
SYNOPSIS
excel2txt [options] File1.xls [File2.xls ...]
Options:
-d|-ofs Output field delimiter (default is Tab)
--help Show brief help and exit
--man Show full documentation
--version Show version and exit
DESCRIPTION
For each worksheet within an Excel spreadsheet, creates a delimited file. By default, the output files will use a Tab character as the delimiter. Use the "-d" switch to specify something else.
SEE ALSO
Spreadsheet::ParseExcel.
AUTHOR
Ken Youens-Clark <kclark@cpan.org>.
COPYRIGHT
Copyright (c) 2005 Ken Youens-Clark
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.