Package | Description |
---|---|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
HSSFCellStyle |
HSSFWorkbook.createCellStyle()
create a new Cell style and add it to the workbook's style table
|
HSSFCellStyle |
HSSFCell.getCellStyle()
get the style for the cell.
|
HSSFCellStyle |
HSSFWorkbook.getCellStyleAt(short idx)
get the cell style object at the given index
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setCellStyle(HSSFCellStyle style)
set the style for the cell.
|
void |
HSSFSheet.setDefaultColumnStyle(short column,
HSSFCellStyle style)
Sets the default column style for a given column.
|
Copyright © 2016 Open Microscopy Environment