merge_excel_file_from_json method

merge_excel_file_from_json

Applies a batch update to the memory data.

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

See Also