Aspose::Cells::Utility::ConversionUtility::Convert method

ConversionUtility::Convert(const U16String&, const U16String&) method

Converts Excel files to other formats.

static void Aspose::Cells::Utility::ConversionUtility::Convert(const U16String &source, const U16String &saveAs)
ParameterTypeDescription
sourceconst U16String&The source file name.
saveAsconst U16String&The file name of expected file.

See Also

ConversionUtility::Convert(const char16_t*, const char16_t*) method

Converts Excel files to other formats.

static void Aspose::Cells::Utility::ConversionUtility::Convert(const char16_t *source, const char16_t *saveAs)
ParameterTypeDescription
sourceconst char16_t*The source file name.
saveAsconst char16_t*The file name of expected file.

See Also

ConversionUtility::Convert(const U16String&, const LoadOptions&, const U16String&, const SaveOptions&) method

Converts Excel files to other formats.

static void Aspose::Cells::Utility::ConversionUtility::Convert(const U16String &source, const LoadOptions &loadOptions, const U16String &saveAs, const SaveOptions &saveOptions)
ParameterTypeDescription
sourceconst U16String&The source file name.
loadOptionsconst LoadOptions&The options of loading the source file.
saveAsconst U16String&The file name of expected file.
saveOptionsconst SaveOptions&The options of saving the file.

See Also

ConversionUtility::Convert(const char16_t*, const LoadOptions&, const char16_t*, const SaveOptions&) method

Converts Excel files to other formats.

static void Aspose::Cells::Utility::ConversionUtility::Convert(const char16_t *source, const LoadOptions &loadOptions, const char16_t *saveAs, const SaveOptions &saveOptions)
ParameterTypeDescription
sourceconst char16_t*The source file name.
loadOptionsconst LoadOptions&The options of loading the source file.
saveAsconst char16_t*The file name of expected file.
saveOptionsconst SaveOptions&The options of saving the file.

See Also