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 |
---|---|
ExtendedFormatRecord |
Workbook.createCellXF()
creates a new Cell-type Extneded Format Record and adds it to the end of
ExtendedFormatRecords collection
|
protected ExtendedFormatRecord |
Workbook.createExtendedFormat()
creates an default cell type ExtendedFormatRecord object.
|
ExtendedFormatRecord |
Workbook.getExFormatAt(int index)
gets the ExtendedFormatRecord at the given 0-based index
|
Constructor and Description |
---|
HSSFCellStyle(short index,
ExtendedFormatRecord rec)
Creates new HSSFCellStyle why would you want to do this??
|
Copyright © 2014 Open Microscopy Environment