Aspose::Cells::LowCode::TextConverter::Process method

TextConverter::Process(const U16String&, const U16String&) method

Converts given template file between text based files and other formats.

static void Aspose::Cells::LowCode::TextConverter::Process(const U16String &templateFile, const U16String &resultFile)
ParameterTypeDescription
templateFileconst U16String&The template file to be converted
resultFileconst U16String&The resultant file

See Also

TextConverter::Process(const char16_t*, const char16_t*) method

Converts given template file between text based files and other formats.

static void Aspose::Cells::LowCode::TextConverter::Process(const char16_t *templateFile, const char16_t *resultFile)
ParameterTypeDescription
templateFileconst char16_t*The template file to be converted
resultFileconst char16_t*The resultant file

See Also

TextConverter::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&) method

Converts file format between text based formats and other spreadsheet file formats.

static void Aspose::Cells::LowCode::TextConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving

See Also