tes001 / tableexport-for-vaadin

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 0 forks source link

hasTotalsRow flag is always true #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
good catch. thx. easy to fix.

Original comment by jnas...@gmail.com on 17 Mar 2012 at 11:51

GoogleCodeExporter commented 9 years ago
fixed

Original comment by jnas...@gmail.com on 18 Mar 2012 at 12:02