
January 8th, 2008, 12:28 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 3
Time spent in forums: 56 m 21 sec
Reputation Power: 0
|
|
|
Different formats for same cell in Excel Writer
This is in regards to the Spreadsheet_Excel_Writer. I want to set different formats for the same cell. This is what I need: I want to use the format Format::setColor(red) for part of the content to be written to the cell, but use normal font format for the rest so that it looks like this:
This is content in the cell
The problem with setting this up is that the functionality exists for only one set of formats across a given cell. To my knowledge there is no provision for splitting it up, or is there? Maybe I'll have to write another function in Worksheet.php that kind of takes the place of function writeString()
|