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

Bug #13149 repeatRows not working
Submitted: 2008-02-19 15:30 UTC
From: vkmeier Assigned:
Status: Open Package: Spreadsheet_Excel_Writer (version 0.9.1)
PHP Version: Irrelevant OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2008-02-19 15:30 UTC] vkmeier (Vicki Meier)
Description: ------------ I tried to use the repeatRows function in my code and it does not work when i run the file. Setting not set in the excel document. All other functions are working correctly for me. Even copied and pasted your example code and ran it and had the same resutls. Test script: --------------- $construction->write(7, 0,"CELL TYPE",$yellow_bg); $construction->write(7, 1,"MONTH",$yellow_bg); $construction->write(7, 2,"SITE NAME",$yellow_bg); $construction->repeatRows(7); Expected result: ---------------- should repeat row 7 on the excel document. The setting should be automatically filled in under the page set up settings, it is left blank. Actual result: -------------- row 7 is not being repeated. The page set up settings are not being filled in.

Comments