import_excel_file_from_json method

import_excel_file_from_json

Imports the excel file from JSON format string.

def import_excel_file_from_json(self, json):
    ...
ParameterTypeDescription
jsonstrThe JSON format string.

See Also