GridJsWorkbook.MergeExcelFileFromJson

GridJsWorkbook.MergeExcelFileFromJson method

Applies a batch update to the memory data.

public void MergeExcelFileFromJson(string uid, string json)
ParameterTypeDescription
uidStringThe unique id for the file cache.
jsonStringThe update JSON format string.

See Also