sheet1.addCell(new Label(2, 7, "This is decision table for "+rlItm.getDivRlNm()
, headCellFmt));
sheet1.addCell(new Label(2, 9, "", headCellFmt));
//excel合併儲存格(著色)
for(int i = 0;i <6; i++){
sheet1.mergeCells(2, 2+i, 7, 2+i);
}
//合併儲存格
sheet1.mergeCells(2, 9, 7, 9);
/*以下為條件判斷,分案設定內容*/
//這一行要先決定開多少個condition和action