You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use net.sf.jasperreports.export.xls.pattern ?
I try SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration(); configuration.setDetectCellType(true); // false also don't help ColumnBuilder clmb = ColumnBuilder.getNew(); clmb.addFieldProperty("net.sf.jasperreports.export.xls.pattern","[h]:mm");
but is has no effect on excel. I got "General" format cells Category or "Text" depends on detectCellType
my field type isn't Date it is special formatted string. My DJ version 5.3.0
The text was updated successfully, but these errors were encountered:
How can I use net.sf.jasperreports.export.xls.pattern ?
I try
SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration(); configuration.setDetectCellType(true); // false also don't help
ColumnBuilder clmb = ColumnBuilder.getNew(); clmb.addFieldProperty("net.sf.jasperreports.export.xls.pattern","[h]:mm");
but is has no effect on excel. I got "General" format cells Category or "Text" depends on detectCellType
my field type isn't Date it is special formatted string. My DJ version 5.3.0
The text was updated successfully, but these errors were encountered: