detail_stream_json_with_uid method
detail_stream_json_with_uid(self, stream, file_path, uid)
Write the JSON string for the file to the stream by the specified unique id.
def detail_stream_json_with_uid(self, stream, file_path, uid):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The stream that will be written |
| file_path | System.String | The file path |
| uid | System.String | The unique id for the file cache. |
See Also
- module
aspose.cellsgridjs - class
GridJsService