87 lines
3.2 KiB
XML
87 lines
3.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||
<!DOCTYPE package SYSTEM "../package.dtd">
|
||
<package version="1.0">
|
||
<name>Spreadsheet_Excel_Writer</name>
|
||
<summary>Package for generating Excel spreadsheets</summary>
|
||
<description> 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.
|
||
</description>
|
||
<license>LGPL</license>
|
||
<maintainers>
|
||
<maintainer>
|
||
<user>xnoguer</user>
|
||
<name>Xavier Noguer</name>
|
||
<email>xnoguer@php.net</email>
|
||
<role>lead</role>
|
||
</maintainer>
|
||
<maintainer>
|
||
<user>tuupola</user>
|
||
<name>Mika Tuupola</name>
|
||
<email>tuupola@appelsiini.net</email>
|
||
<role>developer</role>
|
||
</maintainer>
|
||
</maintainers>
|
||
<release>
|
||
<version>0.3</version>
|
||
<date>2003-05-02</date>
|
||
<notes>
|
||
-added support for row ranges (JT Hughes)
|
||
-added method method Format::setUnLocked()
|
||
-added Worksheet::writeRow() and Worksheet::writeCol()
|
||
-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>
|
||
<state>beta</state>
|
||
<filelist>
|
||
<dir name="/" baseinstalldir="Spreadsheet/Excel/">
|
||
<file role="php">Writer.php</file>
|
||
<dir name="Writer">
|
||
<file role="php">OLEwriter.php</file>
|
||
<file role="php">BIFFwriter.php</file>
|
||
<file role="php">Workbook.php</file>
|
||
<file role="php">Format.php</file>
|
||
<file role="php">Worksheet.php</file>
|
||
<file role="php">Parser.php</file>
|
||
</dir>
|
||
</dir>
|
||
</filelist>
|
||
</release>
|
||
<changelog>
|
||
<release>
|
||
<version>0.2</version>
|
||
<state>beta</state>
|
||
<date>2003-03-17</date>
|
||
<notes>
|
||
-added several formatting methods: setTextRotation(), setStrikeOut(),
|
||
setOutLine(), setShadow(), setScript().
|
||
-fixed bug in Workbook::sheets() (Bj<42>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.
|
||
</notes>
|
||
</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>
|
||
</package>
|