GridJsWorkbook.ImportExcelFileFromJson

GridJsWorkbook.ImportExcelFileFromJson method

Imports the excel file from JSON format string.

public void ImportExcelFileFromJson(string json)
ParameterTypeDescription
jsonStringThe JSON format string.

See Also