Aspose::Cells::FileFormatUtil::VerifyPassword method

FileFormatUtil::VerifyPassword(const Vector <uint8_t>&, const U16String&) method

Detects and returns the information about a format of an excel stored in a stream.

static bool Aspose::Cells::FileFormatUtil::VerifyPassword(const Vector<uint8_t> &stream, const U16String &password)
ParameterTypeDescription
streamconst Vector <uint8_t>&
passwordconst U16String&The password for encrypted ooxml files.

ReturnValue

Returns whether the password is corrected.

See Also

FileFormatUtil::VerifyPassword(const Vector <uint8_t>&, const char16_t*) method

Detects and returns the information about a format of an excel stored in a stream.

static bool Aspose::Cells::FileFormatUtil::VerifyPassword(const Vector<uint8_t> &stream, const char16_t *password)
ParameterTypeDescription
streamconst Vector <uint8_t>&
passwordconst char16_t*The password for encrypted ooxml files.

ReturnValue

Returns whether the password is corrected.

See Also