Enum HtmlVersion

Enum HtmlVersion

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Indicates the version of HTML is used when saving to Html formats.

public enum HtmlVersion

Fields

Default = 0

Save the document in compliance with the MS Excel exporting HTML.

Html5 = 2

Saves the document in compliance with the HTML 5 standard.

XHtml = 1

Saves the document in compliance with the XHTML 1.0 Transitional standard.