GridJsWorkbook.JsonToStream

GridJsWorkbook.JsonToStream method

Retrieve the JSON string from memory data,set the output filename in the JSON, and write it to the stream.

public void JsonToStream(Stream stream, string filename)
ParameterTypeDescription
streamStreamThe stream that will be written
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

See Also