correct escaping of "<" sign in xls.formula (probably bug)

I am using net.sf.jasperreports.export.xls.formula and exporting to XLSX via JasperServer 5.1.0.

Tried to use "less than" (<) sign in the formula, also escaped as &lt;, but its effect was incomplete XLSX generation and broken styles (formatting).

Workaround found: redesign formula to use "greather than" (>) sign escaped as &gt; instead, but I am still interested in, how to use the the opposite operator.

Anyone knows?

ostry's picture
96
Joined: Jul 6 2012 - 7:20am
Last seen: 6 years 2 months ago

0 Answers:

No answers yet
Feedback
randomness