IGridJsService.DetailStreamJson

DetailStreamJson(Stream, string)

Write the JSON string for the Workbook to the stream

public void DetailStreamJson(Stream stream, string filePath)
ParameterTypeDescription
streamStreamThe stream that will be written
filePathStringThe file path

See Also


DetailStreamJson(Stream, Workbook, string)

Write the JSON string for the Workbook to the stream

public void DetailStreamJson(Stream stream, Workbook wb, string filename)
ParameterTypeDescription
streamStreamThe stream that will be written
wbWorkbookThe Workbook instance
filenameStringThe file name

See Also