import_excel_file_from_json method

import_excel_file_from_json(self, json)

Imports the excel file from JSON format string.


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

See Also