| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.formula |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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) |
Copyright © 2019. All rights reserved.