while(its.hasNext()){
Boundsheet shtx = (Boundsheet)its.next();
List fmtlist =shtx.getConditionalFormats();
Iterator ixa = fmtlist.iterator();
while(ixa.hasNext()){
Condfmt cfm = (Condfmt)ixa.next();
//cfm.initCells(this); // added!
int cfxe= cfm.getCfxe();
FormatHandle fz = new FormatHandle(cfm, this, cfxe, null);
fz.setFormatId(cfxe);
retl.add(fz);
//cfm.setCfxe(cfxe);