process method

process(, template_file, result_file)

Converts given template file between text based files 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 file format between text based formats 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