lazy_loading_stream_json method
lazy_loading_stream_json(self, stream, sheet_name, uid)
Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream..
def lazy_loading_stream_json(self, stream, sheet_name, uid):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The stream that will be written |
| sheet_name | System.String | The sheet name. |
| uid | System.String | The unique id for the file cache. |
See Also
- module
aspose.cellsgridjs - class
GridJsService