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 modul for save Excel as textfile

SYNOPSIS

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

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

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek