| Package | Description |
|---|---|
| org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| org.zkoss.poi.hssf.record.crypto |
| Constructor and Description |
|---|
RecordInputStream(InputStream in,
Biff8EncryptionKey key,
int initialOffset) |
| Modifier and Type | Method and Description |
|---|---|
static Biff8EncryptionKey |
Biff8EncryptionKey.create(byte[] docId)
Create using the default password and a specified docId
|
static Biff8EncryptionKey |
Biff8EncryptionKey.create(String password,
byte[] docIdData) |
| Constructor and Description |
|---|
Biff8DecryptingStream(InputStream in,
int initialOffset,
Biff8EncryptionKey key) |
Copyright © 2020. All rights reserved.