Home » File Formats » Spreadsheet_Excel_Writer » Bug #581
repeatColumns function does not repeat columns
Details
| Submitted | 2004-01-14 20:53 UTC |
|---|---|
| From | natel at tocquigny dot com |
| Assigned | xnoguer |
| Status | Duplicate |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | 4.3.4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-01-14 20:53 UTC] natel at tocquigny dot com
Description:
------------
The worksheet function repeatColumns() does not repeat columns. In fact, I can see no evidence of it doing anything at all.
Note: When I use $workbook->setVersion(8), repeatColumns creates an error in Excel, forcing Excel to shut down.
Reproduce code:
---------------
$worksheet->repeatColumns(0,4);
Expected result:
----------------
I expect columns 0 through 4 (5 columns total) to be repeated on each printed page.
Actual result:
--------------
The columns are never repeated, only printing on page 1.
[2004-01-14 21:11 UTC] natel at tocquigny dot com
Changed the OS from Windows to Linux
[2004-03-04 06:54 UTC] jan dot luebke at gmx dot de
Please see my bug #944 (repeatRows).
This seems to be a client-side-issue.
Jan
[2004-07-17 00:34 UTC] xnoguer at php dot net
This is a duplicate of bug #944. It's actually a client issue, and there seems to be a work around for it.
[2004-11-29 14:53 UTC] linux at mbaierl dot com
Any update for this bug until now? It is open since January...