Good afternoon,
We have a requirement to process replacements in a cell such as
#Format(This is some text {placeholder} and more text)
As you can see above we have some text in bold and some text in normal weight. When we process these replacements the formatting is not persisted and the full cell text comes out as bold.
If i update the HTMLString manually (at breakpoint) and put 'font-weight: normal' on the second style element then the cell formats correctly.
Is this an issue with Aspose or is there a specific way we shuld be implementing this.
lease find attached a sample prject that demonstrates the HTMLString not being persisted.
Thanks in advance,
Danny Brown.