HtmlSaveOptions constructor
__init__(self)
Creates options for saving html file.
def __init__(self):
    ...
__init__(self, save_format)
Creates options for saving htm file.
def __init__(self, save_format):
    ...
| Parameter | Type | Description | 
|---|---|---|
| save_format | aspose.cells.SaveFormat | The file format. It should be one of following types: SaveFormat.HTML or SaveFormat.M_HTML,otherwise the saved format will be set as SaveFormat.HTML automatically. | 
See Also
- module 
aspose.cells - class 
HtmlSaveOptions