Convert Excel to HTML
The code example above demonstrates how to convert Excel to HTML in C#. Use HtmlExportOptions
class to customize how the html output. The available options are:
OutputRowNumbers
property indicates whether to show row numbers in result fileOutputColumnHeaders
property indicates whether to show column header in result fileOutputHiddenRows
property indicates whether to show hidden rows in result fileOutputHiddenColumns
property indicates whether to show hidden columns in result fileOutputLeadingSpacesAsNonBreaking
property indicates whether to show leading spaces(extra spaces before the first character in cell) as non-breaking in result file