Closed GoogleCodeExporter closed 9 years ago
Now handles dates properly. Previously was not handling them.
To set the default dateFormat, override the method:
protected short defaultDateDataFormat(final Workbook wb) {
For doubles, there is a corresponding method:
protected short defaultDoubleDataFormat(final Workbook wb) {
Alternately, after creating the ExcelExport but before calling convertTable,
user can use methods:
public void setDateDataFormat(final String excelDateFormat) {
public void setDoubleDataFormat(final String excelDoubleFormat) {
Original comment by jnas...@gmail.com
on 17 Sep 2011 at 7:20
Original issue reported on code.google.com by
jnas...@gmail.com
on 10 Sep 2011 at 1:26