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