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):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream that will be written
sheet_nameSystem.StringThe sheet name.
uidSystem.StringThe unique id for the file cache.

See Also