311312313314315316317318319320321
if (decorator instanceof DecoratesHssf) { DecoratesHssf hdecorator = (DecoratesHssf) decorator; hdecorator.setSheet(this.sheet); } decorator.finishRow(); this.sheetRowNum = this.sheet.getLastRowNum(); this.sheetRowNum++; } /**