}
return firstRow;
}
protected Row findNextRowForChildBand(BandData band, Range templateRange, List<Row> resultSheetRows) {
BandData parentBand = band.getParentBand();
Range resultParentRange = bandsToResultRanges.get(parentBand);
Range templateParentRange = bandsToTemplateRanges.get(parentBand);
if (resultParentRange != null && templateParentRange != null) {
if (templateParentRange.getFirstRow() == templateRange.getFirstRow()) {