large number converted to scientific format by default in csv using jasper report
问题 I'm working with jasper reports and in one of the reports a column is getting converted into scientific format by default when I generate the report as csv format. Below is the snippet of the column from my jrxml: <textField pattern="" isBlankWhenNull="true"> <reportElement x="0" y="0" width="123" height="10" uuid="2eea8416-88ce-459a-a728-8c448690ba62"/> <textElement textAlignment="Left"> <font fontName="SansSerif" size="8"/> </textElement> <textFieldExpression><![CDATA[$F{cardNum}]]><