IGridJsService.DetailStreamJson
DetailStreamJson(Stream, string)
Write the JSON string for the Workbook to the stream
public void DetailStreamJson(Stream stream, string filePath)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream that will be written |
filePath | String | The file path |
See Also
- interface IGridJsService
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
DetailStreamJson(Stream, Workbook, string)
Write the JSON string for the Workbook to the stream
public void DetailStreamJson(Stream stream, Workbook wb, string filename)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream that will be written |
wb | Workbook | The Workbook instance |
filename | String | The file name |
See Also
- interface IGridJsService
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs