steph_tls Posted October 22, 2015 Posted October 22, 2015 Hi,I running a query with numeric data and when the data are displayed in the excel file it shows as text.I have checked the data in the query and the data are numeric.I have add this property in the jrxml file but it doesn't change anything.<property name="net.sf.jasperreports.export.xls.detect.cell.type" value="true"/>any idea ?
luca.pocchione666 Posted October 23, 2015 Posted October 23, 2015 Try to insert in the field editor this: Float.valueOf($F{your_field})
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now