PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Spreadsheet_Excel_Writer » Bug #1218

pb with function _storeSharedStringsTable()

Details

Submitted2004-04-16 07:48 UTC
Fromboucher dot stephane at free dot fr
Assignedxnoguer
StatusClosed
PackageSpreadsheet_Excel_Writer
PHP Version4.3.4
OSlinux
Roadmaps(Not assigned)

Comments

[2004-04-16 07:48 UTC] boucher dot stephane at free dot fr

Description:
------------
There is a problem in function _storeSharedStringsTable() in
WorkBook.php

This line is not correct in CVS source WorkBook.php 1.25
$buffer .= pack("VV", $this->_str_total, $this->_str_total);

I think, it is better with this line

$buffer .= pack("VV", $this->_str_total, $this->_str_unique);

[2004-04-17 00:10 UTC] xnoguer at php dot net

This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.

Thank you for the report, and for helping us make PEAR better.