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)
ParameterTypeDescription
streamStreamThe stream that will be written
uidStringThe unique id for the file cache.
sheetNameStringthe sheet name.

See Also