Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.hssf.record.formula |
formula package contains binary PTG structures used in Formulas
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
Workbook.createWorkbook()
Creates an empty workbook object with three blank sheets and all the empty
fields.
|
static Workbook |
Workbook.createWorkbook(List recs)
read support for low level
API.
|
Modifier and Type | Method and Description |
---|---|
static String |
FormulaParser.toFormulaString(Workbook book,
List lptgs)
Convience method which takes in a list then passes it to the
other toFormulaString signature.
|
static String |
FormulaParser.toFormulaString(Workbook book,
Ptg[] ptgs)
Static method to convert an array of Ptgs in RPN order
to a human readable string format in infix mode.
|
Constructor and Description |
---|
FormulaParser(String formula,
Workbook book)
Create the formula parser, with the string that is to be
parsed against the supplied workbook.
|
Modifier and Type | Method and Description |
---|---|
String |
NameRecord.getAreaReference(Workbook book)
gets the reference , the area only (range)
|
Constructor and Description |
---|
NamePtg(String name,
Workbook book)
Creates new NamePtg
|
Modifier and Type | Field and Description |
---|---|
protected Workbook |
HSSFSheet.book |
Modifier and Type | Method and Description |
---|---|
protected Workbook |
HSSFCell.getBoundWorkbook()
Returns the Workbook that this Cell is bound to
|
protected Workbook |
HSSFWorkbook.getWorkbook() |
Modifier and Type | Method and Description |
---|---|
String |
HSSFCellStyle.getDataFormatString(Workbook workbook)
Get the contents of the format string, by looking up
the DataFormat against the supplied workbook
|
Constructor and Description |
---|
HSSFCell(Workbook book,
Sheet sheet,
int row,
CellValueRecordInterface cval)
Creates an HSSFCell from a CellValueRecordInterface.
|
HSSFCell(Workbook book,
Sheet sheet,
int row,
short col)
Creates new Cell - Should only be called by HSSFRow.
|
HSSFCell(Workbook book,
Sheet sheet,
int row,
short col,
int type)
Creates new Cell - Should only be called by HSSFRow.
|
HSSFDataFormat(Workbook workbook)
Construncts a new data formatter.
|
HSSFName(Workbook book,
NameRecord name)
Creates new HSSFName - called by HSSFWorkbook to create a sheet from
scratch.
|
HSSFRow(Workbook book,
Sheet sheet,
int rowNum)
Creates new HSSFRow from scratch.
|
HSSFRow(Workbook book,
Sheet sheet,
RowRecord record)
Creates an HSSFRow from a low level RowRecord object.
|
HSSFWorkbook(Workbook book) |
Copyright © 2014 Open Microscopy Environment