GridJsWorkbook.JsonToStream

GridJsWorkbook.JsonToStream method

Write JSON of the file 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