The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Excel2Text - a module for save Excelfile as Textfile

SYNOPSIS

use warnings;
use strict;
use Spreadsheet::Excel2Text qw( XlsSaveToText );

XlsSaveToText("C:\\Excel.xls", "C:\\Excel.txt");

ABSTRACT

Test

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek