html problem

Hi,
I have this value:

Acute Tox. 4  < 1000   100/(<b>1833,333</b> /1100) ≤ 2000<br>Acute Tox. 4  < 1  100/(<b>2,5</b>/1,5) ≤ 5<br>Acute Tox. 4  < 300   100/(<b>833,333</b>/500) ≤ 2000

but end up with this ( html true)

https://consulteco.cz/screen/1556572865.png

Hi,
When in html mode, the "<"  ">"  and "&" are escape character and you can't use them.
The correct text (for html mode) should be:

Without replacing the "<" by the escaped characters, FlexCel cannot know if the "<" is the start of a tag (which FlexCel should ignore) or the character "<".

In this case, FlexCel considers the text:
< 1000   100/(<b>1833,333</b> /1100) ≤ 2000<br>
a tag it doesn't understand, so it ignores it.

Sorry, my fault.