[Announc.] A PHP extension for generating Excel spreadsheets

From: Dario Gonzalez (dgonzalez_at_yeico.com)
Date: 03/19/04


Date: Fri, 19 Mar 2004 14:57:05 -0600

The xlsLib Library v0.0.1 has been released.

xlsLib is capable of generate Excel spreadsheets with the following
features:

     * Easy to use, fully object oriented, API.
     * Excel 95 format spreadsheets.
     * Multiple worksheets.
     * All standard font's styles and colors.
     * All standard cell's styles, colors and properties.
     * All standard cell's border-styles and colors.
     * Three basic type of cells:
           o Blank.
           o Label. The text in labels can be formated in all standard
styles.
           o Number. All standard number-formats are supported.
     * Merged cells.
     * Handling of cells using ranges.

It has been implemented as a PHP extension and can be used in Linux and
Windows systems.

You can get xlsLib at at http://xlslib.yeico.com

Regards