Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
LabelSSTRecord |
Sheet.createLabelSST(int row,
short col,
int index)
Create a LABELSST Record (does not add it to the records contained in this sheet)
|
Modifier and Type | Field and Description |
---|---|
private LabelSSTRecord |
HSSFRichTextString.record |
Modifier and Type | Method and Description |
---|---|
(package private) void |
HSSFRichTextString.setWorkbookReferences(Workbook book,
LabelSSTRecord record)
This must be called to setup the internal work book references whenever
a RichTextString is added to a cell
|
Constructor and Description |
---|
HSSFRichTextString(Workbook book,
LabelSSTRecord record) |
Copyright © 2015 Open Microscopy Environment