preparing new release
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@125515 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c941825011
commit
d6f22d14bb
41
package.xml
41
package.xml
|
|
@ -7,14 +7,13 @@
|
||||||
It allows writing of Excel spreadsheets without the need for COM objects.
|
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 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.
|
||||||
|
</description>
|
||||||
Documentation can be found at: http://www.dcc.uchile.cl/~xnoguer/peardoc2/package.fileformats.html</description>
|
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<maintainers>
|
<maintainers>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
<user>xnoguer</user>
|
<user>xnoguer</user>
|
||||||
<name>Xavier Noguer</name>
|
<name>Xavier Noguer</name>
|
||||||
<email>xnoguer@rezebra.com</email>
|
<email>xnoguer@php.net</email>
|
||||||
<role>lead</role>
|
<role>lead</role>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
|
|
@ -26,15 +25,16 @@
|
||||||
</maintainers>
|
</maintainers>
|
||||||
<release>
|
<release>
|
||||||
<version>0.3</version>
|
<version>0.3</version>
|
||||||
<date>2003-03-17</date>
|
<date>2003-05-02</date>
|
||||||
<notes>
|
<notes>
|
||||||
-added several formatting methods: setTextRotation(), setStrikeOut(),
|
-added support for row ranges (JT Hughes)
|
||||||
setOutLine(), setShadow(), setScript().
|
-added method method Format::setUnLocked()
|
||||||
-fixed bug in Workbook::sheets() (Björn Schotte).
|
-added Worksheet::writeRow() and Worksheet::writeCol()
|
||||||
-fixed range for references in formulas (Edward).
|
-fixed problem with unparenthesized expresions in formulas (Brent Laminack)
|
||||||
-added support for external references in formulas.
|
-fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro)
|
||||||
-added support for comparisons in formulas.
|
-fixed swapping of columns in formulas (JT Hughes)
|
||||||
-added support for strings in formulas.
|
-fixed assorted bugs in tokenizing formulas (JT Hughes)
|
||||||
|
-fixed Worksheet::activate() (JT Hughes)
|
||||||
</notes>
|
</notes>
|
||||||
<state>beta</state>
|
<state>beta</state>
|
||||||
<filelist>
|
<filelist>
|
||||||
|
|
@ -50,9 +50,6 @@
|
||||||
</dir>
|
</dir>
|
||||||
</dir>
|
</dir>
|
||||||
</filelist>
|
</filelist>
|
||||||
<deps>
|
|
||||||
<dep type="pkg" rel="has">OLE</dep>
|
|
||||||
</deps>
|
|
||||||
</release>
|
</release>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release>
|
<release>
|
||||||
|
|
@ -69,5 +66,21 @@
|
||||||
-added support for strings in formulas.
|
-added support for strings in formulas.
|
||||||
</notes>
|
</notes>
|
||||||
</release>
|
</release>
|
||||||
|
<release>
|
||||||
|
<version>0.3</version>
|
||||||
|
<date>2003-05-02</date>
|
||||||
|
<notes>
|
||||||
|
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)
|
||||||
|
</notes>
|
||||||
|
</release>
|
||||||
</changelog>
|
</changelog>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue