hasTotalsRow boolean flag is passed to constructor below, but it is ignored and
true used instead.
public ExcelExport(final Table table, final String sheetName, final String
reportTitle,
final String exportFileName, final boolean hasTotalsRow) {
this(table, new HSSFWorkbook(), sheetName, reportTitle, exportFileName, true);
}
Original issue reported on code.google.com by alexey.b...@gmail.com on 3 Feb 2012 at 11:44
Original issue reported on code.google.com by
alexey.b...@gmail.com
on 3 Feb 2012 at 11:44