Skip to content

Instantly share code, notes, and snippets.

@zhongxiao37
zhongxiao37 / ExcelXLSXEncrypt.groovy
Created February 25, 2021 12:27
Encrypt the XLSX file with password by using POI
```groovy
// http://poi.apache.org/encryption.html
import org.apache.poi.poifs.filesystem.POIFSFileSystem
import org.apache.poi.poifs.crypt.EncryptionInfo
import org.apache.poi.poifs.crypt.Encryptor
import org.apache.poi.poifs.crypt.EncryptionMode
import org.apache.poi.openxml4j.opc.OPCPackage