Home » File Formats » Spreadsheet_Excel_Writer » Bug #2760
page break problems
Details
| Submitted | 2004-11-15 21:09 UTC |
|---|---|
| From | jmullan at visi dot com |
| Status | No Feedback |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.2 |
| OS | redhat |
| Roadmaps | (Not assigned) |
Comments
[2004-11-15 21:09 UTC] jmullan at visi dot com
Description:
------------
When attempting to insert page breaks, nothing happened at all.
Reproduce code:
---------------
$xls =& new Spreadsheet_Excel_Writer();
$xls->SetVersion(8);
$xls->send('test.xls');
$sheet =& $xls->addWorksheet('foo');
$sheet->setHPageBreaks(array(15, 24, 33, 42, 51));
Expected result:
----------------
page breaks after lines 15,24,33,42,51
Actual result:
--------------
no manual page breaks whatsoever :(
[2004-11-29 14:53 UTC] bieniek at dotzilla dot de
I have the same problem,
no Pagebreaks at all..
[2005-11-12 14:32 UTC] xnoguer at php dot net
I can't reproduce the error. What version of the package are you using?
[2005-11-12 17:32 UTC] jmullan at visi dot com
It's been a year since I filed this. ;)
I can't find a version number per se, but the CVS Entries all appear to be 1.1.1.1.
[2005-11-12 23:03 UTC] xnoguer at php dot net
Sorry, I was away for a while :)
The current cvs version for that file is 1.35, if you still are interested on this bug you could try using the latest version of the package (0.8).