» Version | » Information |
---|---|
0.9.4 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.9.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.9.4 Release date: 2017-05-24 22:14 UTC Release state: beta Release uploaded by: sanmai Changelog: QA release. Comes with support for newer PHP versions. Fixed irritating "pass by reference" errors. Dependencies:
|
0.9.3 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.9.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.9.3 Release date: 2012-01-26 03:15 UTC Release state: beta Release uploaded by: doconnor Changelog: 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 (!) Dependencies:
|
0.9.2 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.9.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.9.2 Release date: 2009-11-28 14:30 UTC Release state: beta Release uploaded by: cschmitz Changelog: +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) Dependencies:
|
0.9.1 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.9.1 Release date: 2006-09-26 14:22 UTC Release state: beta Release uploaded by: arnaud Changelog: 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) Dependencies:
|
0.9.0 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.9.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.9.0 Release date: 2005-11-21 22:11 UTC Release state: beta Release uploaded by: xnoguer Changelog: 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() - adding support for sheetnames longer than 31 chars when using setVersion(8). Bug fixes: - Fixed Bug #1796, wrong regular expression in _writeUrlInternal - Fixed Bug #2363, wrong export filename with spaces - Fixed Bug #2425, Error using writeFormula with Now() and TODAY() - Fixed Bug #2876, German Umlauts destroy sheet references - Fixed Bug #1706, Formulas refer to other Worksheets with "spezial" names don't work - Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice. - Fixed Bug #5698, preg_replace in _writeUrlInternal - Fixed Bug #2823, Inpropper results from writeUrl() method Dependencies:
|
0.8 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.8 Release date: 2004-06-22 19:34 UTC Release state: beta Release uploaded by: xnoguer Changelog: New features: - added hideScreenGridlines() (Paul Osman) Bug fixes: - Fixed SST table (long strings) (Bernd Jaenichen) - Fixed bug #1218, SST table (boucher dot stephane at free dot fr) - Fixed bug #781, insertBitmap ignores row height - Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com) Dependencies:
|
0.7 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.7 Release date: 2004-02-27 17:31 UTC Release state: beta Release uploaded by: xnoguer Changelog: 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. - added setLocked() method. Bug fixes: - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com) Dependencies:
|
0.6 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.6 Release date: 2003-11-15 15:37 UTC Release state: beta Release uploaded by: xnoguer Changelog: 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 Excel97 becomes the default). It is only available for testing purposes. Use it at your own risk. - strings longer than 255 bytes are now available using the experimental Excel97 generation. But not all Excel97 features are available yet! Bug fixes: - Fixed bug #225, error in writeUrl() (jamesn at tocquigny dot com) - Fixed bug #59, retval undefined for writeRow() (Bertrand) Dependencies:
|
0.5 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.5 Release date: 2003-10-01 15:56 UTC Release state: beta Release uploaded by: xnoguer Changelog: 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) Bug fixes: -fixed bug #21, cyrillic characters in sheet references (arhip at goldentele dot com) Dependencies:
|
0.4 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.4 Release date: 2003-08-24 18:23 UTC Release state: beta Release uploaded by: xnoguer Changelog: New features: -using OLE package to generate files bigger than 7MB -changed setFgColor() and setBgColor()'s behavior to something more intuitive. Bug fixes: -fixed bug #25133, lowercase cell references (jkwiat03 at hotmail dot com) -fixed Bug #23730, worksheet names containing spaces in formulas (Robin Ericsson) -fixed Bug #24147, formulas ended in '0' (paul at classical dot com) -fixed swapping of arguments in variable arguments functions (JT Hughes) Dependencies:
|
0.3 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.3 Release date: 2003-05-02 21:33 UTC Release state: beta Release uploaded by: xnoguer Changelog: New features: -added support for row ranges (JT Hughes) -added 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) |
0.2 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.2 Release date: 2003-03-18 00:32 UTC Release state: beta Release uploaded by: xnoguer Changelog: -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.1 |
Easy InstallNot sure? Get more info. pear install Spreadsheet_Excel_Writer-0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Spreadsheet_Excel_Writer-0.1 Release date: 2003-01-03 12:45 UTC Release state: devel Release uploaded by: xnoguer Changelog: This is the initial release of the package. |