Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
Modifier and Type | Method and Description |
---|---|
XFExtRecord |
InternalWorkbook.createCellXFExt(short index)
creates a new Cell-type XFExtRecord and adds it to the end of
XFExtRecords collection
|
XFExtRecord |
InternalWorkbook.createXFExt(int k) |
XFExtRecord |
InternalWorkbook.getXFExtAt(int index)
gets the XFExtRecord at the given 0-based index
|
Modifier and Type | Method and Description |
---|---|
void |
InternalWorkbook.removeXFExtRecord(XFExtRecord rec)
Removes the given ExtendedFormatRecord record from the
file's list.
|
Modifier and Type | Method and Description |
---|---|
void |
XFExtRecord.cloneXFExtFrom(XFExtRecord source) |
Copyright © 2020. All rights reserved.