if (s.getAttr("zoomScale")!=null)
this.getScl().setZoom(new Double(s.getAttrS("zoomScale")).floatValue()/100);
}
else if (tnm.equals("sheetPr"))
{ // sheet properties element
SheetPr sp= (SheetPr) SheetPr.parseOOXML(xpp).cloneElement();
this.setSheetPr(sp);
}
else if (tnm.equals("dimension")) { // ref attribute
/* this may not reflect actual rows/cols in sheet
* just let our normal machinery set the sheet dimensions