1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Spreadsheet_Excel_Writer</name>
4 <channel>pear.php.net</channel>
5 <summary>Package for generating Excel spreadsheets</summary>
6 <description>Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP.
7  It allows writing of Excel spreadsheets without the need for COM objects.
8  It supports formulas, images (BMP) and all kinds of formatting for text and cells.
9  It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.</description>
10 <lead>
11  <name>Carsten Schmitz</name>
12  <user>cschmitz</user>
13  <email>cschmitz@limesurvey.org</email>
14  <active>yes</active>
15 </lead>
16 <lead>
17  <name>Xavier Noguer</name>
18  <user>xnoguer</user>
19  <email>xnoguer@php.net</email>
20  <active>no</active>
21 </lead>
22 <lead>
23  <name>Alexey Kopytko</name>
24  <user>sanmai</user>
25  <email>alexey@kopytko.com</email>
26  <active>yes</active>
27 </lead>
28 <developer>
29  <name>Franck Lefevre</name>
30  <user>progi1984</user>
31  <email>progi1984@gmail.com</email>
32  <active>yes</active>
33 </developer>
34 <developer>
35  <name>Mika Tuupola</name>
36  <user>tuupola</user>
37  <email>tuupola@appelsiini.net</email>
38  <active>no</active>
39 </developer>
40 <date>2017-05-25</date>
41 <time>02:09:57</time>
42 <version>
43  <release>0.9.4</release>
44  <api>0.9.4</api>
45 </version>
46 <stability>
47  <release>beta</release>
48  <api>beta</api>
49 </stability>
50 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
51 <notes>
52QA release. Comes with support for newer PHP versions. Fixed irritating &quot;pass by reference&quot; errors.
53 </notes>
54 <contents>
55  <dir name="/">
56   <file md5sum="aafbd7683200d760c74e10a8f94d40d9" name="Spreadsheet/Excel/Writer/BIFFwriter.php" role="php" />
57   <file md5sum="9a6b62feae058a4c48ea0fe62e61cd61" name="Spreadsheet/Excel/Writer/Format.php" role="php" />
58   <file md5sum="39f57bb7ccaca7c4c28a8e63a48aef74" name="Spreadsheet/Excel/Writer/Parser.php" role="php" />
59   <file md5sum="d9000592c14631998e719591c2bdb430" name="Spreadsheet/Excel/Writer/Validator.php" role="php" />
60   <file md5sum="c2a41c152ab9742e583971bee09d5d7a" name="Spreadsheet/Excel/Writer/Workbook.php" role="php" />
61   <file md5sum="0033690964f8a18e9083b1b8f5bab376" name="Spreadsheet/Excel/Writer/Worksheet.php" role="php" />
62   <file md5sum="e22479a9aa50098368d59273f254a645" name="Spreadsheet/Excel/Writer.php" role="php" />
63  </dir>
64 </contents>
65 <dependencies>
66  <required>
67   <php>
68    <min>5.3.3</min>
69   </php>
70   <pearinstaller>
71    <min>1.4.0b1</min>
72   </pearinstaller>
73   <package>
74    <name>OLE</name>
75    <channel>pear.php.net</channel>
76    <min>1.0.0RC2</min>
77   </package>
78  </required>
79 </dependencies>
80 <phprelease />
81 <changelog>
82  <release>
83   <version>
84    <release>0.9.3</release>
85    <api>0.9.3</api>
86   </version>
87   <stability>
88    <release>beta</release>
89    <api>beta</api>
90   </stability>
91   <date>2012-01-26</date>
92   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
93   <notes>
94QA release
95Bug #18590	Impossible to work from IIS7
96Bug #18024	deprecated line 180, 186 with php 5.3.2
97Bug #16025	MERGEDCELLS record split by CONTINUE record
98Bug #17766	Patch: Avoid deprecated split
99Bug #17572	Temporary files are not removed
100Bug #16938	open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
101Bug #14585	open_basedir workaround doesn&apos;t work
102Bug #12362	named worksheets &amp; utf-8
103Bug #14515	writeUrl only uses writeString, never writeNumber
104Bug #14281	Using a row &gt; 16,384 reports error
105Request #13486	Set the worksheet direction to right-to-left (RTL)
106Bug #12720	Notice thrown when using setColumn (undefined colFirst and colLast)
107Bug #12053	With SetVersion(8) setting bottom border color to 0 gives cross borders (!)
108   </notes>
109  </release>
110  <release>
111   <version>
112    <release>0.2</release>
113    <api>0.2</api>
114   </version>
115   <stability>
116    <release>beta</release>
117    <api>beta</api>
118   </stability>
119   <date>2003-03-17</date>
120   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
121   <notes>
122-added several formatting methods: setTextRotation(), setStrikeOut(),
123setOutLine(), setShadow(), setScript().
124-fixed bug in Workbook::sheets() (Bjoern Schotte).
125-fixed range for references in formulas (Edward).
126-added support for external references in formulas.
127-added support for comparisons in formulas.
128-added support for strings in formulas.
129   </notes>
130  </release>
131  <release>
132   <version>
133    <release>0.3</release>
134    <api>0.3</api>
135   </version>
136   <stability>
137    <release>stable</release>
138    <api>stable</api>
139   </stability>
140   <date>2003-05-02</date>
141   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
142   <notes>
143New features:
144 -added support for row ranges (JT Hughes)
145 -added method method Format::setUnLocked() (Ajit Dixit)
146 -added Worksheet::writeRow() and Worksheet::writeCol()
147Bug fixes:
148 -fixed problem with unparenthesized expresions in formulas (Brent Laminack)
149 -fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro)
150 -fixed swapping of columns in formulas (JT Hughes)
151 -fixed assorted bugs in tokenizing formulas (JT Hughes)
152 -fixed Worksheet::activate() (JT Hughes)
153   </notes>
154  </release>
155  <release>
156   <version>
157    <release>0.4</release>
158    <api>0.4</api>
159   </version>
160   <stability>
161    <release>stable</release>
162    <api>stable</api>
163   </stability>
164   <date>2003-08-21</date>
165   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
166   <notes>
167New features:
168 -using OLE package (&gt;= 0.3) to generate files bigger than 7MB
169 -changed setFgColor() and setBgColor()&apos;s behavior to something more intuitive.
170Bug fixes:
171 -fixed bug #25133, lowercase cell references (jkwiat03 at hotmail dot com)
172 -fixed Bug #23730, worksheet names containing spaces in formulas (Robin Ericsson)
173 -fixed Bug #24147, formulas ended in &apos;0&apos; (paul at classical dot com)
174 -fixed swapping of arguments in variable arguments functions (JT Hughes)
175   </notes>
176  </release>
177  <release>
178   <version>
179    <release>0.5</release>
180    <api>0.5</api>
181   </version>
182   <stability>
183    <release>stable</release>
184    <api>stable</api>
185   </stability>
186   <date>2003-10-01</date>
187   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
188   <notes>
189New features:
190 -added rowcolToCell() utility method for easy writing of formula&apos;s cell references (JT Hughes).
191 -added Worksheet::setOutline() method (Herman Kuiper)
192 -added Format::setFontFamily() method (Donnie Miller)
193Bug fixes:
194 -fixed bug #21, cyrillic characters in sheet references (arhip at goldentele dot com)
195   </notes>
196  </release>
197  <release>
198   <version>
199    <release>0.6</release>
200    <api>0.6</api>
201   </version>
202   <stability>
203    <release>stable</release>
204    <api>stable</api>
205   </stability>
206   <date>2003-11-15</date>
207   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
208   <notes>
209New features:
210 - allow semicolon as argument separator (Axel Pratzner)
211 - added experimental Excel97 generation. You can test it with setVersion():
212   Beware! this method will be deprecated in a future release (when
213   Excel97 becomes the default). It is only available for testing
214   purposes. Use it at your own risk.
215 - strings longer than 255 bytes are now available using the experimental
216   Excel97 generation. But not all Excel97 features are available yet!
217Bug fixes:
218 - Fixed bug #225, error in writeUrl() (jamesn at tocquigny dot com)
219 - Fixed bug #59, retval undefined for writeRow() (Bertrand)
220   </notes>
221  </release>
222  <release>
223   <version>
224    <release>0.7</release>
225    <api>0.7</api>
226   </version>
227   <stability>
228    <release>stable</release>
229    <api>stable</api>
230   </stability>
231   <date>2004-02-27</date>
232   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
233   <notes>
234New features:
235 - allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this).
236 - added setMerge() for merging (only for experimental Excel97 generation)
237 - added setCountry() method.
238 - added setLocked() method.
239Bug fixes:
240 - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com)
241   </notes>
242  </release>
243  <release>
244   <version>
245    <release>0.8</release>
246    <api>0.8</api>
247   </version>
248   <stability>
249    <release>stable</release>
250    <api>stable</api>
251   </stability>
252   <date>2004-06-22</date>
253   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
254   <notes>
255New features:
256 - added hideScreenGridlines() (Paul Osman)
257Bug fixes:
258 - Fixed SST table (long strings) (Bernd Jaenichen)
259 - Fixed bug #1218, SST table (boucher dot stephane at free dot fr)
260 - Fixed bug #781, insertBitmap ignores row height
261 - Fixed bug #578, setVPageBreaks doesn&apos;t handle multiple value arrays (natel at tocquigny dot com)
262   </notes>
263  </release>
264  <release>
265   <version>
266    <release>0.9.0</release>
267    <api>0.9.0</api>
268   </version>
269   <stability>
270    <release>stable</release>
271    <api>stable</api>
272   </stability>
273   <date>2005-11-21</date>
274   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
275   <notes>
276New features:
277- adding new methods Format::setVAlign() and Format::setHAlign()
278- adding support for uncapitalized functions in formulas (ej: &quot;=sum(B27:B31)&quot;)
279- adding support for different charsets with method Worksheet::setInputEncoding()
280- adding support for sheetnames longer than 31 chars when using setVersion(8).
281Bug fixes:
282- Fixed Bug #1796, wrong regular expression in _writeUrlInternal
283- Fixed Bug #2363, wrong export filename with spaces
284- Fixed Bug #2425, Error using writeFormula with Now() and TODAY()
285- Fixed Bug #2876, German Umlauts destroy sheet references
286- Fixed Bug #1706, Formulas refer to other Worksheets with &quot;spezial&quot; names don&apos;t work
287- Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice.
288- Fixed Bug #5698, preg_replace in _writeUrlInternal
289- Fixed Bug #2823, Inpropper results from writeUrl() method
290   </notes>
291  </release>
292  <release>
293   <version>
294    <release>0.9.1</release>
295    <api>0.9.1</api>
296   </version>
297   <stability>
298    <release>stable</release>
299    <api>stable</api>
300   </stability>
301   <date>2006-09-26</date>
302   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
303   <notes>
304
305   </notes>
306  </release>
307  <release>
308   <version>
309    <release>0.9.2</release>
310    <api>0.9.2</api>
311   </version>
312   <stability>
313    <release>beta</release>
314    <api>stable</api>
315   </stability>
316   <date>2009-11-28</date>
317   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
318   <notes>
319
320   </notes>
321  </release>
322  <release>
323   <version>
324    <release>0.9.3</release>
325    <api>0.9.3</api>
326   </version>
327   <stability>
328    <release>beta</release>
329    <api>beta</api>
330   </stability>
331   <date>2012-01-26</date>
332   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
333   <notes>
334QA release
335Bug #18590	Impossible to work from IIS7
336Bug #18024	deprecated line 180, 186 with php 5.3.2
337Bug #16025	MERGEDCELLS record split by CONTINUE record
338Bug #17766	Patch: Avoid deprecated split
339Bug #17572	Temporary files are not removed
340Bug #16938	open_basedir check is wrong in Spreadsheet_Excel_Writer_Worksheet::_initialize
341Bug #14585	open_basedir workaround doesn&apos;t work
342Bug #12362	named worksheets &amp; utf-8
343Bug #14515	writeUrl only uses writeString, never writeNumber
344Bug #14281	Using a row &gt; 16,384 reports error
345Request #13486	Set the worksheet direction to right-to-left (RTL)
346Bug #12720	Notice thrown when using setColumn (undefined colFirst and colLast)
347Bug #12053	With SetVersion(8) setting bottom border color to 0 gives cross borders (!)
348   </notes>
349  </release>
350 </changelog>
351</package>
352