Aspose::Cells::HtmlSaveOptions::SetEncodeEntityAsCode method

HtmlSaveOptions::SetEncodeEntityAsCode method

Indicates whether the html character entities are replaced with decimal code. (e.g. “ ” is replaced with “ ”). The default value is false.

void Aspose::Cells::HtmlSaveOptions::SetEncodeEntityAsCode(bool value)

See Also