I noticed that this function doesn’t really reflect all the style settings. For, instance, cell border settings. Perhaps it’s impossible to translate all the style settings available in Aspose.Cells to HTML. But I kind of expected to see at least the border settings.
Is there a way to have them translated to Html as well?
Is the translation code, i.e. Style object => CSS style accessible as a component?
Thanks
Hi,
Yes, all the Html tags and attributes are not supported in Cell.HtmlString property (Get/Set).
Could you paste your sample code here which html codes you are trying/passing to HtmlString, we may log a ticket for it to be analyzed/supported if this is not supported.
Thank you.