Spreadsheet_Excel_Writer Package for generating Excel spreadsheets Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel spreadsheets without the need for COM objects. It supports formulas, images (BMP) and all kinds of formatting for text and cells. It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available. LGPL xnoguer Xavier Noguer xnoguer@php.net lead tuupola Mika Tuupola tuupola@appelsiini.net developer 0.3 2003-05-02 -added support for row ranges (JT Hughes) -added method method Format::setUnLocked() -added Worksheet::writeRow() and Worksheet::writeCol() -fixed problem with unparenthesized expresions in formulas (Brent Laminack) -fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro) -fixed swapping of columns in formulas (JT Hughes) -fixed assorted bugs in tokenizing formulas (JT Hughes) -fixed Worksheet::activate() (JT Hughes) beta Writer.php OLEwriter.php BIFFwriter.php Workbook.php Format.php Worksheet.php Parser.php 0.2 beta 2003-03-17 -added several formatting methods: setTextRotation(), setStrikeOut(), setOutLine(), setShadow(), setScript(). -fixed bug in Workbook::sheets() (Björn Schotte). -fixed range for references in formulas (Edward). -added support for external references in formulas. -added support for comparisons in formulas. -added support for strings in formulas. 0.3 2003-05-02 New features: -added support for row ranges (JT Hughes) -added method method Format::setUnLocked() (Ajit Dixit) -added Worksheet::writeRow() and Worksheet::writeCol() Bug fixes: -fixed problem with unparenthesized expresions in formulas (Brent Laminack) -fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro) -fixed swapping of columns in formulas (JT Hughes) -fixed assorted bugs in tokenizing formulas (JT Hughes) -fixed Worksheet::activate() (JT Hughes)