Aspose::Cells::LowCode::JsonConverter::Process method
Contents
[
Hide
]JsonConverter::Process(const U16String&, const U16String&) method
Converts given template file between json and other formats.
static void Aspose::Cells::LowCode::JsonConverter::Process(const U16String &templateFile, const U16String &resultFile)
| Parameter | Type | Description |
|---|---|---|
| templateFile | const U16String& | The template file to be converted |
| resultFile | const U16String& | The resultant file |
See Also
- Class Vector
- Class U16String
- Class JsonConverter
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
JsonConverter::Process(const char16_t*, const char16_t*) method
Converts given template file between json and other formats.
static void Aspose::Cells::LowCode::JsonConverter::Process(const char16_t *templateFile, const char16_t *resultFile)
| Parameter | Type | Description |
|---|---|---|
| templateFile | const char16_t* | The template file to be converted |
| resultFile | const char16_t* | The resultant file |
See Also
- Class Vector
- Class JsonConverter
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
JsonConverter::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&) method
Converts between json data and other spreadsheet file formats.
static void Aspose::Cells::LowCode::JsonConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | const LowCodeLoadOptions& | Options for input and loading |
| saveOptions | const LowCodeSaveOptions& | Options for output and saving |
See Also
- Class Vector
- Class LowCodeLoadOptions
- Class LowCodeSaveOptions
- Class JsonConverter
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++