GridJsWorkbook.LazyLoadingStream
GridJsWorkbook.LazyLoadingStream method
Retrieve the JSON string of the specified sheet in the file from the cache using the specified unique id, and write it to the stream.
public void LazyLoadingStream(Stream stream, string uid, string sheetName)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream that will be written |
uid | String | The unique id for the file cache. |
sheetName | String | the sheet name. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs