Aspose::Cells::LowCode::SpreadsheetLocker::Process method

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

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const U16String &templateFile, const U16String &resultFile, const U16String &openPassword, const U16String &writePassword)
ParameterTypeDescription
templateFileconst U16String&The template file to be locked
resultFileconst U16String&The resultant file
openPasswordconst U16String&Password for file encryption
writePasswordconst U16String&Password for protection of modifying spreadsheet

See Also

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

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const char16_t *templateFile, const char16_t *resultFile, const char16_t *openPassword, const char16_t *writePassword)
ParameterTypeDescription
templateFileconst char16_t*The template file to be locked
resultFileconst char16_t*The resultant file
openPasswordconst char16_t*Password for file encryption
writePasswordconst char16_t*Password for protection of modifying spreadsheet

See Also

SpreadsheetLocker::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&, const U16String&, const U16String&) method

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const U16String &openPassword, const U16String &writePassword)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving
openPasswordconst U16String&Password for file encryption
writePasswordconst U16String&Password for protection of modifying spreadsheet

See Also

SpreadsheetLocker::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&, const char16_t*, const char16_t*) method

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const char16_t *openPassword, const char16_t *writePassword)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving
openPasswordconst char16_t*Password for file encryption
writePasswordconst char16_t*Password for protection of modifying spreadsheet

See Also

SpreadsheetLocker::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&, const U16String&, const U16String&, const U16String&, ProtectionType) method

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const U16String &openPassword, const U16String &writePassword, const U16String &workbookPassword, ProtectionType workbookType)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving
openPasswordconst U16String&Password for file encryption
writePasswordconst U16String&Password for protection of modifying spreadsheet
workbookPasswordconst U16String&Password for protection of the workbook
workbookTypeProtectionTypeProtection type to protect the workbook

See Also

SpreadsheetLocker::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&, const char16_t*, const char16_t*, const char16_t*, ProtectionType) method

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const char16_t *openPassword, const char16_t *writePassword, const char16_t *workbookPassword, ProtectionType workbookType)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving
openPasswordconst char16_t*Password for file encryption
writePasswordconst char16_t*Password for protection of modifying spreadsheet
workbookPasswordconst char16_t*Password for protection of the workbook
workbookTypeProtectionTypeProtection type to protect the workbook

See Also

SpreadsheetLocker::Process(const LowCodeLoadOptions&, const LowCodeSaveOptions&, const AbstractLowCodeProtectionProvider&) method

Locks spreadsheet file with specified settings.

static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const AbstractLowCodeProtectionProvider &provider)
ParameterTypeDescription
loadOptionsconst LowCodeLoadOptions&Options for input and loading
saveOptionsconst LowCodeSaveOptions&Options for output and saving
providerconst AbstractLowCodeProtectionProvider&Implementation to provide protections settings

See Also