Home » File Formats » Spreadsheet_Excel_Writer » Bug #1218
pb with function _storeSharedStringsTable()
Details
| Submitted | 2004-04-16 07:48 UTC |
|---|---|
| From | boucher dot stephane at free dot fr |
| Assigned | xnoguer |
| Status | Closed |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.4 |
| OS | linux |
| 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.