public class JsonConverter
extends java.lang.Object
Example
JsonConverter.process("data.json", "res.xlsx");
| Modifier and Type | Method and Description |
|---|---|
static void |
process(LowCodeLoadOptions loadOptions,
LowCodeSaveOptions saveOptions)
Converts between json data and other spreadsheet file formats.
|
static void |
process(java.lang.String templateFile,
java.lang.String resultFile)
Converts given template file between json and other formats.
|
public static void process(java.lang.String templateFile,
java.lang.String resultFile)
templateFile - The template file to be convertedresultFile - The resultant filepublic static void process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
loadOptions - Options for input and loadingsaveOptions - Options for output and savingSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.