Uses of Class
org.xlsx4j.exceptions.Xlsx4jException
Packages that use Xlsx4jException
-
Uses of Xlsx4jException in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that throw Xlsx4jExceptionModifier and TypeMethodDescriptionProtectWorkbook.getSheetProtection(WorksheetPart worksheetPart) Use this method to get the CTSheetProtection object for the specified worksheet, so you can set its parameters as you see fit.voidProtectWorkbook.removeWorkbookProtection()Remove protection from this package.voidProtectWorkbook.setSheetProtection(CTSheetProtection sheetProtection, String password, HashAlgorithm hashAlgo) Enforces the protection passed in sheetProtection, with the specified password, and HashAlgorithm for the password.voidProtectWorkbook.setSheetProtectionPassword(CTSheetProtection sheetProtection, String password) Enforces the protection passed in sheetProtection, with the specified password, using sha512 (like Excel 2013).voidProtectWorkbook.setWorkbookProtection(String password, boolean lockRevision, boolean lockStructure, boolean lockWindows) Enforce Workbook Protection, with the specified password, using sha512 (like Excel 2013).voidProtectWorkbook.setWorkbookProtection(String password, HashAlgorithm hashAlgo, boolean lockRevision, boolean lockStructure, boolean lockWindows) Enforce Workbook Protection, with the specified password, using hashAlgo.booleanProtectWorkbook.validateWorkbookProtectionPassword(String password) Check the password is correct? -
Uses of Xlsx4jException in org.docx4j.openpackaging.parts.SpreadsheetML
Methods in org.docx4j.openpackaging.parts.SpreadsheetML that throw Xlsx4jException