Package | Description |
---|---|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
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.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikaiex.formula |
Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XlsxImporter.importTableName(STable table) |
Modifier and Type | Method and Description |
---|---|
List<STable> |
SSheet.getTables()
Get tables in this sheet
|
Modifier and Type | Method and Description |
---|---|
void |
SSheet.addTable(STable table)
Add a new table
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableAdv |
class |
TableImpl |
static class |
TableImpl.DummyTable |
Modifier and Type | Method and Description |
---|---|
STable |
BookImpl.getTable(String name) |
abstract STable |
AbstractBookAdv.getTable(String name) |
STable |
SheetImpl.getTableByRowCol(int rowIdx,
int colIdx) |
abstract STable |
AbstractSheetAdv.getTableByRowCol(int rowIdx,
int colIdx) |
STable |
BookImpl.removeTable(String name) |
abstract STable |
AbstractBookAdv.removeTable(String name) |
Modifier and Type | Method and Description |
---|---|
List<STable> |
SheetImpl.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
SheetImpl.addTable(STable table) |
void |
BookImpl.addTable(STable table) |
abstract void |
AbstractBookAdv.addTable(STable table) |
SName |
BookImpl.createTableName(STable table) |
abstract SName |
AbstractBookAdv.createTableName(STable table) |
void |
SheetImpl.removeTable(STable table) |
abstract void |
AbstractSheetAdv.removeTable(STable table) |
String |
BookImpl.setTableColumnName(STable table,
String oldName,
String newName) |
abstract String |
AbstractBookAdv.setTableColumnName(STable table,
String oldName,
String newName) |
Constructor and Description |
---|
DummyTable(STable tb) |
TableNameImpl(AbstractBookAdv book,
STable table,
String id,
String name) |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngineImpl.renameColumnNameTablePtgs(FormulaExpression fexpr,
STable table,
String oldName,
String newName,
FormulaParseContext context) |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngine.renameColumnNameTablePtgs(FormulaExpression fexpr,
STable table,
String oldName,
String newName,
FormulaParseContext context) |
Modifier and Type | Method and Description |
---|---|
STable |
AutoFilterUpdate.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
ModelUpdateCollector.addAutoFilterUpdate(SSheet sheet,
STable table) |
void |
NotifyChangeHelper.notifySheetAutoFilterChange(SSheet sheet,
STable table) |
Constructor and Description |
---|
AutoFilterUpdate(SSheet sheet,
STable table) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importTableName(STable table) |
Modifier and Type | Method and Description |
---|---|
String |
CellFormatHelper.getHtmlStyle(StringBuffer doubleBorder,
STable table,
SCellStyle tbStyle) |
boolean |
CellFormatHelper.hasRightBorder(STable table,
SCellStyle tbStyle) |
Modifier and Type | Method and Description |
---|---|
FormulaExpression |
FormulaEngineEx.renameColumnNameTablePtgs(FormulaExpression fe,
STable table,
String oldName,
String newName,
FormulaParseContext context) |
Copyright © 2020. All rights reserved.