GridJsWorkbook.ExportToJson

ExportToJson(string)

Gets JSON format string from memory data with the specified filename.

public string ExportToJson(string filename)
ParameterTypeDescription
filenameStringThe filename of the spreadsheet file .

Return Value

The JSON format string.

See Also


ExportToJson()

Gets JSON format string of the default empty spreadsheet file.

public string ExportToJson()

Return Value

The JSON format string.

See Also