Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Method and Description |
---|---|
NameCommentRecord |
InternalWorkbook.getNameCommentRecord(NameRecord nameRecord)
gets the name comment record
|
Modifier and Type | Method and Description |
---|---|
void |
InternalWorkbook.updateNameCommentRecordCache(NameCommentRecord commentRecord)
If a
NameCommentRecord is added or the name it references
is renamed, then this will update the lookup cache for it. |
Modifier and Type | Method and Description |
---|---|
NameCommentRecord |
NameCommentRecord.copy() |
Constructor and Description |
---|
NameCommentRecord(NameCommentRecord other) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.