| 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 |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.format |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.model.sys.formula |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.model.util |
ZK Spreadsheet Internal Book Model Utilities classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.autofill |
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 |
|---|---|
SCell |
SSheet.getCell(int rowIdx,
int columnIdx)
This method always returns not-null cell object.
|
SCell |
SSheet.getCell(String cellRefString) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SCell> |
SRow.getCellIterator() |
Iterator<SCell> |
SSheet.getCellIterator(int row) |
List<SCell> |
SDataValidation.getReferToCellList() |
List<SCell> |
SDataValidation.getReferToCellList(int row,
int col)
Return the referred list relative to the specified row and column.
|
| Modifier and Type | Method and Description |
|---|---|
SCellStyle |
SBook.getOrCreateDefaultHyperlinkStyle(SCell cell)
Returns existing or create SCellStyle for hyperlink on the specified cell
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellAdv |
class |
CellImpl |
| Modifier and Type | Method and Description |
|---|---|
SCell |
SheetImpl.getCell(int rowIdx,
int columnIdx) |
SCell |
SheetImpl.getCell(String cellRef) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SCell> |
RowImpl.getCellIterator() |
Iterator<SCell> |
RowImpl.getCellIterator(boolean reverse) |
abstract Iterator<SCell> |
AbstractRowAdv.getCellIterator(boolean reverse,
int start,
int end) |
Iterator<SCell> |
RowImpl.getCellIterator(boolean reverse,
int start,
int end) |
Iterator<SCell> |
SheetImpl.getCellIterator(int row) |
List<SCell> |
DataValidationImpl.getReferToCellList() |
List<SCell> |
DataValidationImpl.getReferToCellList(int row,
int col) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellBuffer.applyComment(SCell destCell) |
void |
CellBuffer.applyHyperlink(SCell destCell) |
void |
CellBuffer.applyStyle(SCell destCell) |
void |
CellBuffer.applyValue(SCell destCell) |
static CellBuffer |
CellBuffer.bufferAll(SCell cell) |
EvaluationResult |
RuleInfo.evalFormula(SCell cell) |
SCellStyle |
BookImpl.getOrCreateDefaultHyperlinkStyle(SCell cell) |
boolean |
ConditionalFormattingRuleImpl.match(SCell cell) |
void |
PasteCellHelper.pasteValue(CellBuffer buffer,
SCell destCell,
SheetRegion cutFrom,
boolean pasteFormula,
int rowOffset,
int columnOffset,
boolean transpose,
int rowOrigin,
int columnOrigin) |
| Modifier and Type | Method and Description |
|---|---|
FormatResult |
FormatEngineImpl.format(SCell cell,
FormatContext context) |
static int |
FormatEngineImpl.getCellWidth256(SCell cell) |
String |
FormatEngineImpl.getEditText(SCell cell,
FormatContext context) |
String |
FormatEngineImpl.getFormat(SCell cell,
FormatContext context) |
protected String |
FormatEngineImpl.getFormulaEditText(SCell cell) |
| Modifier and Type | Method and Description |
|---|---|
FormatResult |
FormatEngine.format(SCell cell,
FormatContext ctx)
Format the cell by it's format
|
String |
FormatEngine.getEditText(SCell cell,
FormatContext ctx)
Get the editText of cell
|
String |
FormatEngine.getFormat(SCell cell,
FormatContext ctx)
Get the format of the cell, if
SCellStyle.isDirectDataFormat() if false, the return value will be localized |
| Modifier and Type | Method and Description |
|---|---|
SCell |
FormulaEvaluationContext.getCell() |
SCell |
FormulaClearContext.getCell() |
SCell |
FormulaParseContext.getCell() |
| Constructor and Description |
|---|
FormulaClearContext(SCell cell) |
FormulaEvaluationContext(SCell cell,
Ref dependent) |
FormulaEvaluationContext(SSheet sheet,
SCell cell,
Ref dependent,
int[] offset,
boolean externFormula) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent,
Locale locale) |
FormulaParseContext(SCell cell,
Ref dependent) |
FormulaParseContext(SCell cell,
String sheetName,
Ref dependent) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RichTextHelper.getCellRichTextHtml(SCell cell) |
static String |
RichTextHelper.getCellRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static String |
RichTextHelper.getCellVRichTextHtml(SCell cell,
SRichText rstr,
boolean wrap) |
static int |
RichTextHelper.getRichTextHeightPoints(SCell cell,
SRichText rstr) |
static SFont |
RichTextHelper.getRichTextRealFont(SFont font,
SCell cell) |
| Modifier and Type | Method and Description |
|---|---|
static SCellStyle |
StyleUtil.cloneCellStyle(SCell cell) |
CellValue |
CellValueHelper.getCellValue(SCell cell) |
String |
RangeHelperBase.getFormattedText(SCell cell) |
String |
CellValueHelper.getFormattedText(SCell cell) |
Object |
CellValueHelper.getValue(SCell cell) |
static boolean |
RangeHelperBase.isBlank(SCell cell) |
boolean |
ExpressionMatch.match(SCell cell) |
boolean |
CellMatch.match(SCell cell) |
boolean |
CellMatch2.match(SCell cell) |
boolean |
ContainsCell.match(SCell cell) |
boolean |
DuplicateCell.match(SCell cell) |
boolean |
ContainsBlank.match(SCell cell) |
boolean |
NumMatch.match(SCell cell) |
boolean |
BaseMatch2.match(SCell cell) |
boolean |
TrueMatch.match(SCell value) |
boolean |
DatesMatch2.match(SCell cell) |
boolean |
ContainsError.match(SCell cell) |
static SCellStyle |
StyleUtil.prepareStyle(SCell srcCell) |
static boolean |
StyleUtil.setRichTextFontBoldweight(SBook book,
SCell cell,
SFont.Boldweight bold) |
static boolean |
StyleUtil.setRichTextFontColor(SBook book,
SCell cell,
String htmlColor) |
static boolean |
StyleUtil.setRichTextFontHeightPoints(SBook book,
SCell cell,
int heightPoints) |
static boolean |
StyleUtil.setRichTextFontItalic(SBook book,
SCell cell,
boolean italic) |
static boolean |
StyleUtil.setRichTextFontName(SBook book,
SCell cell,
String name) |
static boolean |
StyleUtil.setRichTextFontStrikeout(SBook book,
SCell cell,
boolean strike) |
static boolean |
StyleUtil.setRichTextFontTypeOffset(SBook book,
SCell cell,
SFont.TypeOffset offset) |
static boolean |
StyleUtil.setRichTextFontUnderline(SBook book,
SCell cell,
SFont.Underline underline) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoFillHelper.applyStepValue(SCell srcCell,
SCell dstCell,
Object value) |
Object |
DateTimeStep.next(SCell cell) |
Object |
BlankStep.next(SCell cell) |
Object |
GrowthStep.next(SCell cell) |
Object |
CopyStep.next(SCell cell) |
Object |
LinearStep.next(SCell cell) |
Object |
Step.next(SCell srcCell)
Return next value of this step sequence per the source cell.
|
| Modifier and Type | Method and Description |
|---|---|
protected SCell |
AbstractExcelImporter.importCell(org.zkoss.poi.ss.usermodel.Cell poiCell,
int row,
SSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExcelExporter.exportCell(org.zkoss.poi.ss.usermodel.Row poiRow,
SCell cell) |
protected boolean |
AbstractExcelImporter.mustCalc(SCell cell) |
Copyright © 2019. All rights reserved.