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] gurugeek
Dear Maintainer, Your package spreadsheet_excel_writer has currently 10+ open bugs. We urge you to take the necessary steps to solve the reported issues at your soonest convenience. If the bug issue hasn’t been addressed yet you are kindly asked to take the necessary steps to ensure a prompt resolution of the problem. If you already addressed the reported problem feel free to change the bug status as soon as possible. Regards David Costa PEAR Quality Assurance pear-qa@lists.php.net
 [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...