NAME
Excel2Text - a modul for save Excel as textfile
SYNOPSIS
use warnings;
use strict;
use Spreadsheet::Excel2Text qw( XlsSaveToText );
XlsSaveToText("C:\\Excel.xls", "C:\\Excel.txt");
DESCRIPTION
...
AUTHOR AND LICENSE
copyright 2009 (c) Gernot Havranek