preparing for 0.4 release
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@138660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b80cc386fa
commit
dbeae6ceff
22
package.xml
22
package.xml
|
|
@ -24,26 +24,26 @@
|
||||||
</maintainer>
|
</maintainer>
|
||||||
</maintainers>
|
</maintainers>
|
||||||
<release>
|
<release>
|
||||||
<version>0.3</version>
|
<version>0.4</version>
|
||||||
<date>2003-05-02</date>
|
<date>2003-08-21</date>
|
||||||
<notes>
|
<notes>
|
||||||
New features:
|
New features:
|
||||||
-added support for row ranges (JT Hughes)
|
-using OLE package (>= 0.3) to generate files bigger than 7MB
|
||||||
-added method Format::setUnLocked() (Ajit Dixit)
|
-changed setFgColor() and setBgColor()'s behavior to something more intuitive.
|
||||||
-added Worksheet::writeRow() and Worksheet::writeCol()
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
-fixed problem with unparenthesized expresions in formulas (Brent Laminack)
|
-fixed bug #25133, lowercase cell references (jkwiat03 at hotmail dot com)
|
||||||
-fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro)
|
-fixed Bug #23730, worksheet names containing spaces in formulas (Robin Ericsson)
|
||||||
-fixed swapping of columns in formulas (JT Hughes)
|
-fixed Bug #24147, formulas ended in '0' (paul at classical dot com)
|
||||||
-fixed assorted bugs in tokenizing formulas (JT Hughes)
|
-fixed swapping of arguments in variable arguments functions (JT Hughes)
|
||||||
-fixed Worksheet::activate() (JT Hughes)
|
|
||||||
</notes>
|
</notes>
|
||||||
|
<deps>
|
||||||
|
<dep type="pkg" rel="ge" version="0.3">OLE</dep>
|
||||||
|
</deps>
|
||||||
<state>beta</state>
|
<state>beta</state>
|
||||||
<filelist>
|
<filelist>
|
||||||
<dir name="/" baseinstalldir="Spreadsheet/Excel/">
|
<dir name="/" baseinstalldir="Spreadsheet/Excel/">
|
||||||
<file role="php">Writer.php</file>
|
<file role="php">Writer.php</file>
|
||||||
<dir name="Writer">
|
<dir name="Writer">
|
||||||
<file role="php">OLEwriter.php</file>
|
|
||||||
<file role="php">BIFFwriter.php</file>
|
<file role="php">BIFFwriter.php</file>
|
||||||
<file role="php">Workbook.php</file>
|
<file role="php">Workbook.php</file>
|
||||||
<file role="php">Format.php</file>
|
<file role="php">Format.php</file>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue