Aspose::Cells::FileFormatUtil::IsTemplateFormat method

FileFormatUtil::IsTemplateFormat(const U16String&) method

Returns true if the extension is .xlt, .xltX, .xltm,.ots.

static bool Aspose::Cells::FileFormatUtil::IsTemplateFormat(const U16String &extension)
ParameterTypeDescription
extensionconst U16String&

ReturnValue

See Also

FileFormatUtil::IsTemplateFormat(const char16_t*) method

Returns true if the extension is .xlt, .xltX, .xltm,.ots.

static bool Aspose::Cells::FileFormatUtil::IsTemplateFormat(const char16_t *extension)
ParameterTypeDescription
extensionconst char16_t*

ReturnValue

See Also