Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using net.sf.jasperreports.export.xls.pattern #94

Open
surkoff-v opened this issue Jun 18, 2020 · 0 comments
Open

Using net.sf.jasperreports.export.xls.pattern #94

surkoff-v opened this issue Jun 18, 2020 · 0 comments

Comments

@surkoff-v
Copy link

surkoff-v commented Jun 18, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant