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.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
io.keikai.model.impl.sys |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.sys.format |
Keikai Spreadsheet Internal Book Model Engines classes.
|
io.keikai.model.sys.formula |
Keikai Spreadsheet Internal Book Model Engines classes.
|
io.keikai.model.util |
Keikai Spreadsheet Internal Book Model Utilities classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.autofill |
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.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
io.keikaiex.model.sys |
Modifier and Type | Method and Description |
---|---|
protected SCell |
XlsxImporter.importCell(XlsxExtractor.XlsxCellExtractor xCell,
int row,
SSheet sheet) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XlsxImporter.mustCalc(SCell cell) |
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) |
Iterator<SCell> |
SRow.getCellIterator(int start,
int end) |
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) |
Iterator<SCell> |
RowImpl.getCellIterator(boolean reverse,
int start,
int end) |
abstract Iterator<SCell> |
AbstractRowAdv.getCellIterator(boolean reverse,
int start,
int end) |
Iterator<SCell> |
SheetImpl.getCellIterator(int row) |
Iterator<SCell> |
RowImpl.getCellIterator(int start,
int end) |
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 |
---|---|
protected com.lowagie.text.pdf.PdfPCell |
PdfExporter.createPdfCell(CellRegion clipRegion,
CellRegion renderRegion,
SCell zssCell,
CellRegion outlineRegion,
SSheet sheet,
boolean printGridLines,
boolean printOutline,
boolean extended)
creates a PdfCell from POI
Cell |
protected Object[] |
PdfExporter.createPhrase(SCell zssCell)
creates Phrase for corresponding ZSS Cell.
|
protected int |
PdfExporter.getExtendedEndColumn(SSheet sheet,
SCell zssCell,
int colIdx) |
protected int |
PdfExporter.getExtendedEndColumn0(SSheet sheet,
SCell zssCell,
int colIdx) |
protected boolean |
PdfExporter.isPartOfMergedRegion(SSheet sheet,
SCell cell)
checks if POI
Cell is part of any merged regions on the passed
SSheet |
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 |
FormulaParseContext.getCell() |
SCell |
FormulaEvaluationContext.getCell() |
SCell |
FormulaClearContext.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 |
TrueMatch.match(SCell value) |
boolean |
NumMatch.match(SCell cell) |
boolean |
ExpressionMatch.match(SCell cell) |
boolean |
DuplicateCell.match(SCell cell) |
boolean |
DatesMatch2.match(SCell cell) |
boolean |
ContainsError.match(SCell cell) |
boolean |
ContainsCell.match(SCell cell) |
boolean |
ContainsBlank.match(SCell cell) |
boolean |
CellMatch2.match(SCell cell) |
boolean |
CellMatch.match(SCell cell) |
boolean |
BaseMatch2.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 |
Step.next(SCell srcCell)
Return next value of this step sequence per the source cell.
|
Object |
LinearStep.next(SCell cell) |
Object |
GrowthStep.next(SCell cell) |
Object |
DateTimeStep.next(SCell cell) |
Object |
CopyStep.next(SCell cell) |
Object |
BlankStep.next(SCell cell) |
Modifier and Type | Method and Description |
---|---|
protected SCell |
AbstractExcelImporter.importCell(Cell poiCell,
int row,
SSheet sheet) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExcelExporter.exportCell(Row poiRow,
SCell cell) |
protected boolean |
AbstractExcelImporter.mustCalc(SCell cell) |
Modifier and Type | Method and Description |
---|---|
static String |
CellFormatHelper.getFontCSSStyle(SCell cell,
SFont font) |
static String |
CellFormatHelper.getFontHtmlStyle(SSheet sheet,
SCell cell,
SCellStyle cellStyle,
FormatResult ft,
SCellStyle tbCellStyle,
SConditionalStyle cdStyle) |
static SCellStyle.Alignment |
CellFormatHelper.getRealAlignment(SCell cell) |
static String |
CellFormatHelper.getTextCSSStyle(SCell cell) |
Modifier and Type | Method and Description |
---|---|
static ReserveUtil.ReservedCellContent |
ReserveUtil.ReservedCellContent.reserve(SCell cell) |
Modifier and Type | Method and Description |
---|---|
protected String |
FormatEngineEx.getFormulaEditText(SCell cell) |
Copyright © 2020. All rights reserved.