diff --git a/package.xml b/package.xml index 03cfac0..d9a14e1 100644 --- a/package.xml +++ b/package.xml @@ -6,7 +6,9 @@ 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. + It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available. + + Documentation can be found at: http://www.dcc.uchile.cl/~xnoguer/peardoc2/package.fileformats.html LGPL @@ -23,10 +25,18 @@ - 0.1 - 2003-01-03 - This is the initial release of the package. - devel + 0.2 + 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. + + beta Writer.php @@ -41,4 +51,20 @@ + + + 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. + + +