Hi,
While setting the cell.HtmlString, I am getting error for a value, below:
Actual Error Stack Trace is:
|
Actual Value is "Barclays Capital Inc." and "Barclays US Floating Rate Note < 5 Years Index" are trademarks of Barclays Bank PLC and have been licensed for use for certain purposes by BlackRock Institutional Trust Company, N.A. ("BTC"). iShares® is a registered trademark of BTC.
Actual Code:
cell.HtmlString = System.Web.HttpUtility.HtmlDecode(cellValue);
Observations:
1. If I remove "<" from value then no error, works fine.
2. If I move "<" to some other place in same value; it works fine but it trims value from "<".
Versions:
1. Aspose.Cell: "7.2.0.0"
2. Aspose.Total.lic: "2.2"
Please help me to make it works.
Thanks,
Lakshmi Narasaiah C