selectItems.add(new SelectItem(column));
}
final XlsxRowPublisherAction publishAction = new XlsxRowPublisherAction(_configuration, columns,
relationshipId, xssfReader);
return new RowPublisherDataSet(selectItems.toArray(new SelectItem[selectItems.size()]), maxRows, publishAction);
}