RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
hanks!! Charlene -Original Message- From: Yan, Charlene Sent: Thursday, June 19, 2003 3:43 PM To: '[EMAIL PROTECTED]' Subject: RE: color in excel spreadsheet not working with HSSFSerialiser Joy, try shade=2. It should work. -Original Message- From: David Kavanagh [mailto:[

RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
ne 19, 2003 3:43 PM To: [EMAIL PROTECTED] Subject: RE: color in excel spreadsheet not working with HSSFSerialiser Joy, try shade=2. It should work. -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Re: col

RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
Joy, try shade=2. It should work. -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Re: color in excel spreadsheet not working with HSSFSerialiser Joy, Have you tried looking at the HSSFSerializer

Re: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread David Kavanagh
Joy, Have you tried looking at the HSSFSerializer code? See how they handle the shade and color attributes you are trying to set. If they are passed to the POI code, perhaps it is a POI problem. I sometimes find the source code a little faster than the user-list. David Joydeep Bose wrote: Hi,