| Newsgroups |
php.pear.bugs |
| Message-ID |
<[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=16620&edit=1
ID: 16620
Comment by: bkline at rksystems dot com
Reported By: alexanderguevara at gmail dot com
Summary: With SetVersion(8) RepaetRows does not work
Status: Feedback
Type: Bug
Package: Spreadsheet_Excel_Writer
Operating System: WIN XP
Package Version: 0.9.1
PHP Version: Irrelevant
Roadmap Versions:
New Comment:
The problem still exists with PHP 5.6.31 and the latest version of the
package (0.9.4).
Previous Comments:
------------------------------------------------------------------------
[2017-05-24 22:29:27] sanmai
-Status: Open
+Status: Feedback
Thank you for taking the time to report a problem with the package.
Unfortunately you are not using a current version of the package --
the problem might already be fixed. Please download a new
version from http://pear.php.net/packages.php
If you are able to reproduce the bug with one of the latest
versions, please change the package version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PEAR.
------------------------------------------------------------------------
[2009-09-16 21:24:11] nextgate
Description:
------------
With SetVersion(8) applied in the code ReatRows functionality is lost.
A mesage for Excel recovering file is shown and the Excel fiele crashes
and loses all format
Test script:
---------------
$this->workbook->setVersion(8);
$this->worksheet = $this->workbook->addWorksheet( "test' );
...
...
$this->worksheet->repeatRows(0);
Expected result:
----------------
Get the first row repeated for printing.
Actual result:
--------------
Alert message for file recovery in Microsoft Excel
------------------------------------------------------------------------
--
Edit this bug report at https://pear.php.net/bugs/bug.php?id=16620&edit=1