process method
process(, template_file, result_file)
Converts given template file between json and other formats.
@staticmethod
def process(template_file, result_file):
...
Parameter | Type | Description |
---|---|---|
template_file | System.String | The template file to be converted |
result_file | System.String | The resultant file |
process(, load_options, save_options)
Converts between json data and other spreadsheet file formats.
@staticmethod
def process(load_options, save_options):
...
Parameter | Type | Description |
---|---|---|
load_options | aspose.cells.lowcode.LowCodeLoadOptions | Options for input and loading |
save_options | aspose.cells.lowcode.LowCodeSaveOptions | Options for output and saving |
See Also
- module
aspose.cells.lowcode
- class
JsonConverter