A cell whose text is 'hello world' in black color can be modified to 'hello'-red & 'world'-blue ? A cell with two colors... -- the office excel can easily do this(event the excel2002)
i check the POI example,found the following code 'f.setColor( IndexedColors.RED.getIndex() ); ' which cannot fill my needs. Any suggestion is appreciated.
