Re: Java.awt.Color to HSSFColor

2006-06-02 Thread Yegor Kozlov
Hi In Excel you can use only a limited set of colors which is defined by Excel color palette. Standard colors are included in org.apache.poi.hssf.util.HSSFColor. If you want to use your own color you need select a color which is not used and redefine it: java.awt.Color color; //custom

Java.awt.Color to HSSFColor

2006-06-01 Thread Pooja MURJANI
Hello All, I am a new-bie in using apache HSSF API for generating a excel sheet by java code. I am facing problem in converting java.awt.Color to org.apache.poi.hssf.util.HSSFColor. Can anyone help me out on this topic. I will be really very thankful for this. Regards, Pooja