GridJsWorkbook.SaveToHtml
SaveToHtml(string)
Saves the memory data to the file path,the save format is html.
public void SaveToHtml(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | The file path to save. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
SaveToHtml(Stream)
Saves the memory data to the sream,the save format is html
public void SaveToHtml(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to save. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs