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