Cell.Html gives NULLNULLNULLNULL instead of <

Hi,

I am facing issue on cell.Html (ExcelCell object)

Scenario:
If I have ‘a < b’ on excel then on cell.Html the output is ‘a NULLNULLNULLNULL b’.

I tried

  1. ‘a<b’ then output is ‘aNULLNULLNULLNULLb’
  2. ‘a< b’ then output is ‘aNULLNULLNULLNULL b’
  3. ‘a “<” b’ then output is ‘a “NULLNULLNULLNULL” b’

But, If I add some formatting to the value like format the string with red color then it’s working as expected.

I have Aspose.cell ver 18.11.0.0.

Please help me to make it work.

Thanks,
Khushboo

@khumis01,

Please try using our latest version/fix: Aspose.Cells v20.6. If you still find the issue with v20.6.x, kindly do provide your sample code (runnable) and attach your template file (you may zip it prior attaching), we will check it soon.