Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.html |
The exporter that convert Keikai Spreadsheet to HTML.
|
io.keikai.model.impl.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.sys.formula |
Keikai Spreadsheet Internal Book Model Engines classes.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikaiex.formula |
Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.
|
Modifier and Type | Class and Description |
---|---|
class |
PasteSheetRegion |
Modifier and Type | Method and Description |
---|---|
SheetRegion |
STable.getAllRegion() |
SheetRegion |
STable.getColumnsRegion(String columnName1,
String columnName2) |
SheetRegion |
STable.getDataRegion() |
SheetRegion |
STable.getHeadersRegion() |
SheetRegion |
STable.getItemRegion(TablePtg.Item item,
int rowIdx) |
SheetRegion |
STable.getThisRowRegion(int rowIdx) |
SheetRegion |
STable.getTotalsRegion() |
Modifier and Type | Method and Description |
---|---|
CellRegion |
SSheet.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option)
paste cell from src sheet to this sheet, the sheets must in same book
|
Modifier and Type | Method and Description |
---|---|
SheetRegion |
TableImpl.getAllRegion() |
SheetRegion |
TableImpl.DummyTable.getAllRegion() |
SheetRegion |
TableImpl.getColumnsRegion(String columnName1,
String columnName2) |
SheetRegion |
TableImpl.DummyTable.getColumnsRegion(String columnName1,
String columnName2) |
SheetRegion |
TableImpl.getDataRegion() |
SheetRegion |
TableImpl.DummyTable.getDataRegion() |
SheetRegion |
TableImpl.getHeadersRegion() |
SheetRegion |
TableImpl.DummyTable.getHeadersRegion() |
SheetRegion |
TableImpl.getItemRegion(TablePtg.Item item,
int rowIdx) |
SheetRegion |
TableImpl.DummyTable.getItemRegion(TablePtg.Item item,
int rowIdx) |
SheetRegion |
TableImpl.getThisRowRegion(int rowIdx) |
SheetRegion |
TableImpl.DummyTable.getThisRowRegion(int rowIdx) |
SheetRegion |
TableImpl.getTotalsRegion() |
SheetRegion |
TableImpl.DummyTable.getTotalsRegion() |
Modifier and Type | Method and Description |
---|---|
CellRegion |
SheetImpl.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
CellRegion |
PasteCellHelper.pasteCell(SheetRegion src,
CellRegion dest,
PasteOption option) |
void |
PasteCellHelper.pasteValue(CellBuffer buffer,
SCell destCell,
SheetRegion cutFrom,
boolean pasteFormula,
int rowOffset,
int columnOffset,
boolean transpose,
int rowOrigin,
int columnOrigin) |
Constructor and Description |
---|
TableImpl(AbstractBookAdv book,
String name,
String displayName,
SheetRegion region,
int headerRowCount,
int totalsRowCount,
STableStyleInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlExporter.export(SheetRegion sheetRegion,
OutputStream outputStream)
Exports selected area of Keikai Spreadsheet active sheet represented by
io.keikai.model.sys.XRange |
Modifier and Type | Method and Description |
---|---|
void |
PdfExporter.export(SheetRegion sheetRegion,
OutputStream outputStream)
Exports selected area of Keikai Spreadsheet active sheet represented by
io.keikai.model.sys.XRange |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngineImpl.extend(String formula,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.extendPtgs(FormulaExpression fe,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getMoveAdjuster(SheetRegion region,
int rowOffset,
int columnOffset) |
FormulaExpression |
FormulaEngineImpl.move(String formula,
SheetRegion region,
int rowOffset,
int columnOffset,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.movePtgs(FormulaExpression fe,
SheetRegion region,
int rowOffset,
int columnOffset,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.shrink(String formula,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.shrinkPtgs(FormulaExpression fe,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngine.extend(String formula,
SheetRegion srcRegion,
boolean hrizontal,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.extendPtgs(FormulaExpression fexpr,
SheetRegion srcRegion,
boolean hrizontal,
FormulaParseContext context)
modify
FormulaExpression for cells insertion |
FormulaExpression |
FormulaEngine.move(String formula,
SheetRegion srcRegion,
int rowOffset,
int columnOffset,
FormulaParseContext context)
Shift the formula that care on sheet and region.
|
FormulaExpression |
FormulaEngine.movePtgs(FormulaExpression fexpr,
SheetRegion srcRegion,
int rowOffset,
int columnOffset,
FormulaParseContext context)
Shift the formula that care on sheet and region for cells insertion, deletion, and paste
|
FormulaExpression |
FormulaEngine.shrink(String formula,
SheetRegion srcRegion,
boolean hrizontal,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.shrinkPtgs(FormulaExpression fexpr,
SheetRegion srcRegion,
boolean hrizontal,
FormulaParseContext context)
modify
FormulaExpression for cells deletion |
Modifier and Type | Method and Description |
---|---|
void |
SExporter.export(SheetRegion sheetRegion,
OutputStream fos)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifyChangeHelper.notifyCellChange(SheetRegion notify)
Deprecated.
|
void |
NotifyChangeHelper.notifyCellChange(SheetRegion notify,
CellAttribute cellAttr) |
void |
NotifyChangeHelper.notifyMergeAdd(SheetRegion notify) |
void |
NotifyChangeHelper.notifyMergeRemove(SheetRegion notify) |
void |
NotifyChangeHelper.notifyMergeSync(SheetRegion notify) |
void |
NotifyChangeHelper.notifyRowColumnSizeChange(SheetRegion notify) |
Modifier and Type | Method and Description |
---|---|
void |
NotifyChangeHelper.notifyCellChange(Set<SheetRegion> cellNotifySet)
Deprecated.
|
void |
NotifyChangeHelper.notifyCellChange(Set<SheetRegion> cellNotifySet,
CellAttribute cellAttr) |
void |
NotifyChangeHelper.notifyMergeAdd(Set<SheetRegion> toAdd) |
void |
NotifyChangeHelper.notifyMergeRemove(Set<SheetRegion> toRemove) |
void |
NotifyChangeHelper.notifyRowColumnSizeChange(Set<SheetRegion> notifySet) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExporter.export(SheetRegion sheetRegion,
OutputStream fos) |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngineEx.extendPtgs(FormulaExpression fe,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineEx.movePtgs(FormulaExpression fe,
SheetRegion region,
int rowOffset,
int columnOffset,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineEx.shrinkPtgs(FormulaExpression fe,
SheetRegion srcRegion,
boolean horizontal,
FormulaParseContext context) |
Copyright © 2020. All rights reserved.