Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
For encrypting an ODS file, load the file and pass the actual password to WorkbookSettings.setPassword() before saving it. The output encrypted ODS file can be opened in OpenOffice only. For decrypting an ODS file, load the file by providing the password in the LoadOptions.setPassword(). Once the file is loaded, call function Workbook.unprotect() with actual password as argument and finally pass null to Workbook.getWorkbookSettings().setPassword().
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.