process method

process(, template_file, result_file)

Converts given template file between json and other formats.


@staticmethod
def process(template_file, result_file):
    ...
ParameterTypeDescription
template_fileSystem.StringThe template file to be converted
result_fileSystem.StringThe resultant file

process(, load_options, save_options)

Converts between json data and other spreadsheet file formats.


@staticmethod
def process(load_options, save_options):
    ...
ParameterTypeDescription
load_optionsaspose.cells.lowcode.LowCodeLoadOptionsOptions for input and loading
save_optionsaspose.cells.lowcode.LowCodeSaveOptionsOptions for output and saving

See Also