Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
Modifier and Type | Method | Description |
---|---|---|
NameCommentRecord |
InternalWorkbook.getNameCommentRecord(NameRecord nameRecord) |
gets the name comment record
|
Modifier and Type | Method | 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. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.