merge_excel_file_from_json method

merge_excel_file_from_json(self, uid, json)

Applies a batch update to the memory data.


def merge_excel_file_from_json(self, uid, json):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
jsonSystem.StringThe update JSON format string.

See Also