diff --git a/package.xml b/package.xml index a5255be..8a941ba 100644 --- a/package.xml +++ b/package.xml @@ -1,18 +1,12 @@ - + Spreadsheet_Excel_Writer pear.php.net Package for generating Excel spreadsheets - - Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP. + 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. Carsten Schmitz cschmitz @@ -37,54 +31,44 @@ http://pear.php.net/dtd/package-2.0.xsd"> tuupola@appelsiini.net no - - 2009-11-28 - + 2012-01-26 + - 0.9.2 - 0.9.2 + 0.9.3 + 0.9.3 beta beta - LGPL - -+Added feature: setTmpDir property for people that have openbase_dir. (dufuz) --Fixed bug #14932: The name of the Workbook stream MUST be "Workbook", not "Book" (progi1984) --Fixed bug #10399: Fatal error when closing workbook with no worksheets. (cweiske) --Fixed bug #9511 Shared /tmp dir assumed (dufuz) --Fixed bug #8701: Problems with the method setTextRotation() (progi1984) --Fixed bug #6640: Illegal character for XML encoding of pear package (mj) --Fixed bug #2405: Text concat operator and truncate formula (progi1984) --Fixed bug #2261: Excel 2002 crashes when use write() with @ as first value of the text in behalf of progi1984 (cweiske) --Fixed bug #1572 & #2942 - Problems with files with over 200 row / or 30kb of filesize - patch originally by michal dot fapso at goldenboat dot net - tested and reviewed (alan_k) --Fixed bug #1730 Wrong operand class used for A1:A2 (tuupola) --Fixed bug #608 Column guts always hidden, i.e. always displayed with zero height (dufuz) --Fixed bug: Proper codepage for BIFF8 (arnaud) --Fixed deprecated eregi function calls (cschmitz) +QA release +Bug #18590 Impossible to work from IIS7 +Bug #18024 deprecated line 180, 186 with php 5.3.2 +Bug #16025 MERGEDCELLS record split by CONTINUE record +Bug #17766 Patch: Avoid deprecated split +Bug #17572 Temporary files are not removed +Bug #16938 open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize +Bug #14585 open_basedir workaround doesn't work +Bug #12362 named worksheets & utf-8 +Bug #14515 writeUrl only uses writeString, never writeNumber +Bug #14281 Using a row > 16,384 reports error +Request #13486 Set the worksheet direction to right-to-left (RTL) +Bug #12720 Notice thrown when using setColumn (undefined colFirst and colLast) +Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borders (!) - - - - - - - - - - - - - - - + + + + + + + + - @@ -101,7 +85,6 @@ http://pear.php.net/dtd/package-2.0.xsd"> - @@ -114,14 +97,14 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2003-03-17 LGPL - -added several formatting methods: setTextRotation(), setStrikeOut(), + +-added several formatting methods: setTextRotation(), setStrikeOut(), setOutLine(), setShadow(), setScript(). -fixed bug in Workbook::sheets() (Bjoern 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. - @@ -135,7 +118,8 @@ setOutLine(), setShadow(), setScript(). 2003-05-02 LGPL - New features: + +New features: -added support for row ranges (JT Hughes) -added method method Format::setUnLocked() (Ajit Dixit) -added Worksheet::writeRow() and Worksheet::writeCol() @@ -145,7 +129,6 @@ Bug fixes: -fixed swapping of columns in formulas (JT Hughes) -fixed assorted bugs in tokenizing formulas (JT Hughes) -fixed Worksheet::activate() (JT Hughes) - @@ -159,7 +142,8 @@ Bug fixes: 2003-08-21 LGPL - New features: + +New features: -using OLE package (>= 0.3) to generate files bigger than 7MB -changed setFgColor() and setBgColor()'s behavior to something more intuitive. Bug fixes: @@ -180,7 +164,8 @@ Bug fixes: 2003-10-01 LGPL - New features: + +New features: -added rowcolToCell() utility method for easy writing of formula's cell references (JT Hughes). -added Worksheet::setOutline() method (Herman Kuiper) -added Format::setFontFamily() method (Donnie Miller) @@ -199,7 +184,8 @@ Bug fixes: 2003-11-15 LGPL - New features: + +New features: - allow semicolon as argument separator (Axel Pratzner) - added experimental Excel97 generation. You can test it with setVersion(): Beware! this method will be deprecated in a future release (when @@ -223,7 +209,8 @@ Bug fixes: 2004-02-27 LGPL - New features: + +New features: - allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this). - added setMerge() for merging (only for experimental Excel97 generation) - added setCountry() method. @@ -243,7 +230,8 @@ Bug fixes: 2004-06-22 LGPL - New features: + +New features: - added hideScreenGridlines() (Paul Osman) Bug fixes: - Fixed SST table (long strings) (Bernd Jaenichen) @@ -252,7 +240,6 @@ Bug fixes: - Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com) - 0.9.0 @@ -264,7 +251,8 @@ Bug fixes: 2005-11-21 LGPL - New features: + +New features: - adding new methods Format::setVAlign() and Format::setHAlign() - adding support for uncapitalized functions in formulas (ej: "=sum(B27:B31)") - adding support for different charsets with method Worksheet::setInputEncoding() @@ -280,7 +268,6 @@ Bug fixes: - Fixed Bug #2823, Inpropper results from writeUrl() method - 0.9.1 @@ -293,10 +280,8 @@ Bug fixes: 2006-09-26 LGPL + -Bug fixes: -- Fixed Bug #6509, Object of class Spreadsheet_Excel_Writer_Format could not be converted to int (Christian Schmidt) -- Fixed Bug #7840, Notices on default formats (Christian Schmidt) @@ -310,21 +295,36 @@ Bug fixes: 2009-11-28 LGPL + + + + + + 0.9.3 + 0.9.3 + + + beta + beta + + 2012-01-26 + LGPL + +QA release +Bug #18590 Impossible to work from IIS7 +Bug #18024 deprecated line 180, 186 with php 5.3.2 +Bug #16025 MERGEDCELLS record split by CONTINUE record +Bug #17766 Patch: Avoid deprecated split +Bug #17572 Temporary files are not removed +Bug #16938 open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize +Bug #14585 open_basedir workaround doesn't work +Bug #12362 named worksheets & utf-8 +Bug #14515 writeUrl only uses writeString, never writeNumber +Bug #14281 Using a row > 16,384 reports error +Request #13486 Set the worksheet direction to right-to-left (RTL) +Bug #12720 Notice thrown when using setColumn (undefined colFirst and colLast) +Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borders (!) -+Added feature: setTmpDir property for people that have openbase_dir. (dufuz) --Fixed bug #14932: The name of the Workbook stream MUST be "Workbook", not "Book" (progi1984) --Fixed bug #10399: Fatal error when closing workbook with no worksheets. (cweiske) --Fixed bug #9511 Shared /tmp dir assumed (dufuz) --Fixed bug #8701: Problems with the method setTextRotation() (progi1984) --Fixed bug #6640: Illegal character for XML encoding of pear package (mj) --Fixed bug #2405: Text concat operator and truncate formula (progi1984) --Fixed bug #2261: Excel 2002 crashes when use write() with @ as first value of the text in behalf of progi1984 (cweiske) --Fixed bug #1572 & #2942 - Problems with files with over 200 row / or 30kb of filesize - patch originally by michal dot fapso at goldenboat dot net - tested and reviewed (alan_k) --Fixed bug #1730 Wrong operand class used for A1:A2 (tuupola) --Fixed bug #608 Column guts always hidden, i.e. always displayed with zero height (dufuz) --Fixed bug: Proper codepage for BIFF8 (arnaud) --Fixed deprecated eregi function calls (cschmitz) -