NAME
    Spreadsheet::WriteExcel - Write formatted text and numbers to a 
    cross-platform Excel binary file.

DESCRIPTION
    This module can be used to write numbers and text in the native
    Excel binary file format. Multiple worksheets can be added to a
    workbook. Formatting can be applied to cells.

    The Excel file produced by this module is compatible with Excel 5,
    95, 97 and 2000.

    The module will work on the majority of Windows, UNIX and
    Macintosh platforms. Generated files are also compatible with the
    Linux/UNIX spreadsheet applications Star Office, Gnumeric and
    XESS. The generated files are not compatible with MS Access.

    This module cannot be used to read an Excel file. See
    Spreadsheet::ParseExcel or look at the main documentation for some
    suggestions.

INSTALLATION

    Download the zipped tar file from:
        http://search.cpan.org/search?dist=Spreadsheet-WriteExcel

    Unzip the module as follows or use winzip:
           tar -zxvf Spreadsheet-WriteExcel-0.24.tar.gz

    The module can be installed using the standard Perl procedure:

        perl Makefile.PL
        make
        make test
        make install    # You may need to be root
        make clean      # or make realclean

    Windows users without a working "make" can get nmake from:
        ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe

    ActivePerl users can use PPM as follows:

        C:\> ppm
        PPM> set repository tmp http://homepage.eircom.net/~jmcnamara/perl
        PPM> install Spreadsheet-WriteExcel
        PPM> quit
        C:\>

    NOTE: Version 0.23 changed the WriteExcel namespace. To tidy up stray
    files it would be best to uninstall any older versions older than this
    prior to installation. 

VERSION
    This document refers to version 0.24 of Spreadsheet::WriteExcel,
    released Jan 14, 2001.

AUTHOR
    John McNamara (jmcnamara@cpan.org)
