SpreadsheetLocker class

SpreadsheetLocker class

Low code api to lock spreadsheet file.

The SpreadsheetLocker type exposes the following members:

Methods

MethodDescription
process(, template_file, result_file, open_password, write_password)Locks spreadsheet file with specified settings.
process(, load_options, save_options, open_password, write_password)Locks spreadsheet file with specified settings.
process(, load_options, save_options, open_password, write_password, workbook_password, workbook_type)Locks spreadsheet file with specified settings.
process(, load_options, save_options, provider)Locks spreadsheet file with specified settings.

Example

from aspose.cells.lowcode import SpreadsheetLocker

SpreadsheetLocker.process("template.xlsx", "locked.xlsx", "mypassword", "mypassword")

See Also