SaveToExcelFile
SaveToExcelFile(Stream)
Saves the worksheets to the sream,baseed on the origin file format .
public void SaveToExcelFile(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write to. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
SaveToExcelFile(string)
Saves the worksheets 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 write to. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs