In this program we are going create a sheet and
then after we create a oval and fill color into oval.
Code description
The package we need to import is java.io.*,java.util.* ,org.apache.poi.hssf.usermodel.HSSFSheet,org.apache.poi.hssf.usermodel.
HSSFPrintSetup,
org.apache.poi.hssf.usermodel.HSSFPatriarch,org.apache.poi.hssf.usermodel.HSSFClientAnchor,org.apache.
poi.hssf.usermodel.HSSFSimpleShape and org.apache.poi.hssf.usermodel.
HSSFWorkbook.
The method used in this example shift row
setFillColor(Color color):
This method is used to fill the color of the shap.
In this example we are creating the sheet and an oval and at last we fill
the color of the oval by using setFillColor().The output display as shown
below.
The code of the program is given below:
<%@ page import="org.apache.poi.hssf.usermodel.HSSFSheet"%>
|
The output of the program is given below:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: filling oval color in excel using jsp View All Comments
Post your Comment