final FlowExcelOutputProcessor target =
new FlowExcelOutputProcessor(report.getConfiguration(), outputStream, report.getResourceManager());
target.setUseXlsxFormat(false);
final FlowReportProcessor reportProcessor = new FlowReportProcessor(report, target);
reportProcessor.processReport();
reportProcessor.close();
}
}