Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
|
Modifier and Type | Method and Description |
---|---|
SheetRegion |
STable.getItemRegion(TablePtg.Item item,
int rowIdx) |
Modifier and Type | Method and Description |
---|---|
SheetRegion |
TableImpl.getItemRegion(TablePtg.Item item,
int rowIdx) |
SheetRegion |
TableImpl.DummyTable.getItemRegion(TablePtg.Item item,
int rowIdx) |
Constructor and Description |
---|
ColumnRefImpl(String bookName,
String sheetName,
String tableName,
TablePtg.Item item1,
TablePtg.Item item2,
String columnName1,
String columnName2,
boolean withHeaders,
int row,
int column,
int lastRow,
int lastColumn) |
Modifier and Type | Method and Description |
---|---|
TablePtg.Item |
TablePtg.getItem1() |
TablePtg.Item |
TablePtg.getItem2() |
static TablePtg.Item |
TablePtg.Item.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablePtg.Item |
TablePtg.Item.valueOfName(String name) |
static TablePtg.Item[] |
TablePtg.Item.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
TablePtg.formatAsFormulaString(String tableName,
TablePtg.Item item1,
TablePtg.Item item2,
String column1,
String column2,
boolean inTable) |
Constructor and Description |
---|
TablePtg(int extIdx,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
String tableName,
TablePtg.Item[] items,
String[] columns,
boolean inTable) |
Copyright © 2020. All rights reserved.