GridJsWorkbook.ExportToJson

ExportToJson(string)

Gets JSON string from memory data,set the output filename in the JSON.

public string ExportToJson(string filename)
ParameterTypeDescription
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1..

Return Value

The JSON string.

See Also


ExportToJson()

Gets JSON string from memory data, the default filename in the JSON is: book1.

public string ExportToJson()

Return Value

The JSON string.

See Also