to_html method

to_html(self, save_options)

Convert the range to html .

Returns


def to_html(self, save_options):
    ...
ParameterTypeDescription
save_optionsaspose.cells.HtmlSaveOptionsOptions for coverting range to html.

See Also