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

Request #16454 New Feature Needed
Submitted: 2009-07-20 22:27 UTC
From: bernstml Assigned:
Status: Open Package: Spreadsheet_Excel_Writer (version 0.9.1)
PHP Version: 5.3.0 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2009-07-20 22:27 UTC] bernstml (Matt Bernstein)
Description: ------------ It is imperative that you allow certain words in a cell to have different colors than other words. For example: Bob went to the store. Lets say I wanted to highlight or change the text color of the word "store" This can be done in Excel, but not using this library. Test script: --------------- $worksheet->writeString($rowCount, $fieldCount, "Some Text", $$someFormat); $worksheet->writeString($rowCount, $fieldCount, " Other Text", $$someOtherFormat); Expected result: ---------------- Some TextOther Text but other Other Text has a different format. Actual result: -------------- Error

Comments