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

Bug #9259 writeBlank not accepting formatting options
Submitted: 2006-11-07 16:35 UTC
From: trichard at techovations dot com Assigned: progi1984
Status: No Feedback Package: Spreadsheet_Excel_Writer (version 0.9.1)
PHP Version: 5.1.4 OS: Fedora Core 5
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-07 16:35 UTC] trichard at techovations dot com (Troy)
Description: ------------ When using the writeBlank function with a formatting object the cell does not get formatted correctly. Test script: --------------- $rowLateCenterFormat =& $xls->addFormat(); $rowLateCenterFormat->setLeft(1); $rowLateCenterFormat->setRight(1); $rowLateCenterFormat->setTextWrap(); $rowLateCenterFormat->setAlign('Top'); $rowLateCenterFormat->setAlign('Center'); $rowLateCenterFormat->setFgColor('43'); $sheet->writeBlank(0, 0, $rowLateCenterFormat); Expected result: ---------------- Would expect the cell the show up with a border on the left & right, text align center, and the fg color set to a yellow. Actual result: -------------- Cell is not formatted at all.

Comments

 [2010-04-06 17:08 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!
 [2012-01-27 19:32 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!