save_to_html method
save_to_html
Saves the memory data to the file path,the save format is html.
def save_to_html(self, path):
...
Parameter | Type | Description |
---|---|---|
path | str | The file path to save. |
save_to_html
Saves the memory data to the sream,the save format is html
def save_to_html(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream to save. |
See Also
- module
aspose.cellsgridjs
- class
GridJsWorkbook