Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.4

Bug #581 repeatColumns function does not repeat columns
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)    
Subscription  


 [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.

Comments

 [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-11 22:48 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [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...