| 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.impl.sys.formula |
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.range |
ZK Spreadsheet Internal Range API 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 |
|---|---|
static SBook |
SBooks.createBook(String bookName)
Create a book with the bookName
|
SBook |
ModelEvent.getBook() |
SBook |
STable.getBook() |
SBook |
SSheet.getBook()
Get the owner book
|
SBook |
SName.getBook() |
SBook |
SBookSeries.getBook(String name)
Get the book by name;
|
| Modifier and Type | Method and Description |
|---|---|
List<SBook> |
SBookSeries.getBooks()
Gets the books list
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SBookSeriesBuilder.buildBookSeries(SBook... books) |
static ModelEvent |
ModelEvents.createModelEvent(String name,
SBook book) |
static ModelEvent |
ModelEvents.createModelEvent(String name,
SBook book,
Map data)
Create a model event.
|
static ModelEvent |
ModelEvents.createModelEvent(String name,
SBook book,
SSheet sheet,
Map data) |
STableStyle |
STableStyleInfo.getTableStyle(SBook book)
Returns styles used in this TableStyleInfo associated with the
specified book.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SBookSeriesBuilder.buildBookSeries(Set<SBook> books)
Build a book series that allow external book references can work among specified books
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBookAdv |
class |
BookImpl |
| Modifier and Type | Method and Description |
|---|---|
SBook |
SheetImpl.getBook() |
SBook |
TableImpl.getBook() |
SBook |
TableImpl.DummyTable.getBook() |
SBook |
BookSeriesImpl.getBook(String name) |
SBook |
SimpleBookSeriesImpl.getBook(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SBook> |
BookSeriesImpl.getBooks() |
List<SBook> |
SimpleBookSeriesImpl.getBooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
BookSeriesBuilderImpl.buildBookSeries(SBook... books) |
ColorScaleImpl |
ColorScaleImpl.cloneColorScale(SBook book) |
DataBarImpl |
DataBarImpl.cloneDataBar(SBook book) |
STableStyle |
TableStyleInfoImpl.getTableStyle(SBook book) |
void |
AutoFilterImpl.renameSheet(SBook book,
String oldName,
String newName) |
abstract void |
AbstractAutoFilterAdv.renameSheet(SBook book,
String oldName,
String newName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BookSeriesBuilderImpl.buildBookSeries(Set<SBook> books) |
| Constructor and Description |
|---|
NamedStyleImpl(String name,
boolean custom,
int builtinId,
SBook book,
int index) |
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
FormatEngineImpl.getExistTableStyle(SBook book,
String name) |
STableStyle |
FormatEngineImpl.getTableStyle(SBook book,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SBook |
EvalBook.getNBook() |
| Modifier and Type | Method and Description |
|---|---|
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getRenameSheetAdjuster(SBook targetBook,
String oldSheetName,
String newSheetName) |
protected FormulaEngineImpl.FormulaAdjuster |
FormulaEngineImpl.getReorderSheetAdjuster(SBook targetBook,
int oldIndex,
int newIndex) |
FormulaExpression |
FormulaEngineImpl.renameName(String formula,
SBook targetBook,
int sheetIndex,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.renameName(String formula,
SBook targetBook,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.renameNamePtgs(FormulaExpression fe,
SBook targetBook,
int sheetIndex,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.renameSheet(String formula,
SBook targetBook,
String oldSheetName,
String newSheetName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.renameSheetPtgs(FormulaExpression fe,
SBook targetBook,
String oldSheetName,
String newSheetName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.renameTableNameTablePtgs(FormulaExpression fexpr,
SBook book,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngineImpl.reorderSheetPtgs(FormulaExpression fexpr,
SBook targetBook,
int oldIndex,
int newIndex,
FormulaParseContext context) |
| Constructor and Description |
|---|
EvalBook(SBook book) |
ParsingBook(SBook book) |
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
FormatEngine.getExistTableStyle(SBook book,
String name)
Returns TableStyle of the specified name of the specified book if exists;
or return null if not exists.
|
STableStyle |
FormatEngine.getTableStyle(SBook book,
String name)
Returns TableStyle of the specified name of the specified book.
|
| Modifier and Type | Method and Description |
|---|---|
SBook |
FormulaEvaluationContext.getBook() |
SBook |
FormulaClearContext.getBook() |
SBook |
FormulaParseContext.getBook() |
| Modifier and Type | Method and Description |
|---|---|
org.zkoss.xel.FunctionMapper |
EvaluationContributor.getFunctionMaper(SBook book) |
org.zkoss.xel.VariableResolver |
EvaluationContributor.getVariableResolver(SBook book) |
FormulaExpression |
FormulaEngine.renameName(String formula,
SBook book,
int sheetIndex,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.renameName(String formula,
SBook book,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.renameNamePtgs(FormulaExpression fexpr,
SBook book,
int sheetIndex,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.renameSheet(String formula,
SBook book,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.renameSheetPtgs(FormulaExpression fexpr,
SBook book,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.renameTableNameTablePtgs(FormulaExpression fexpr,
SBook book,
String oldName,
String newName,
FormulaParseContext context) |
FormulaExpression |
FormulaEngine.reorderSheetPtgs(FormulaExpression fexpr,
SBook book,
int oldIndex,
int newIndex,
FormulaParseContext context) |
| Constructor and Description |
|---|
FormulaClearContext(SBook book) |
FormulaEvaluationContext(SBook book,
Ref dependent) |
FormulaParseContext(SBook book,
Ref dependent) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
SBook |
SImporter.imports(File file,
String bookName)
Import book from a file
|
SBook |
SImporter.imports(InputStream is,
String bookName)
Import book from a input stream
|
SBook |
SImporter.imports(URL url,
String bookName)
Import book from a URL
|
| Modifier and Type | Method and Description |
|---|---|
void |
SExporter.export(SBook book,
File file)
Export a book
|
void |
SExporter.export(SBook book,
OutputStream fos)
Export a book
|
static SRange |
SRanges.range(SBook book)
|
| Modifier and Type | Method and Description |
|---|---|
static SCellStyle |
StyleUtil.cloneCellStyle(SBook book,
SCellStyle style) |
static SFont |
StyleUtil.getFontStyle(SBook book,
SCellStyle cellStyle,
SCellStyle tbCellStyle)
Deprecated.
|
static SFont |
StyleUtil.getFontStyle(SBook book,
SCellStyle cellStyle,
SCellStyle tbCellStyle,
SConditionalStyle cdStyle) |
void |
NotifyChangeHelper.notifySheetDelete(SBook book,
SSheet deletedSheet,
int deletedIndex) |
static void |
StyleUtil.setBackColor(SBook book,
CellStyleHolder holder,
String htmlColor) |
static void |
StyleUtil.setBorder(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
StyleUtil.setBorder(SBook book,
CellStyleHolder holder,
String htmlColor,
SBorder.BorderType lineStyle,
short at) |
static void |
StyleUtil.setBorderBottom(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
StyleUtil.setBorderLeft(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
StyleUtil.setBorderRight(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
StyleUtil.setBorderTop(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
StyleUtil.setDataFormat(SBook book,
CellStyleHolder holder,
String format) |
static void |
StyleUtil.setFillColor(SBook book,
CellStyleHolder holder,
String htmlColor) |
static void |
StyleUtil.setFillOptions(SBook book,
CellStyleHolder holder,
String bgColor,
String fillColor,
SFill.FillPattern pattern) |
static void |
StyleUtil.setFontBoldWeight(SBook book,
CellStyleHolder holder,
SFont.Boldweight boldWeight) |
static void |
StyleUtil.setFontColor(SBook book,
CellStyleHolder holder,
String color) |
static void |
StyleUtil.setFontHeightPoints(SBook book,
CellStyleHolder holder,
int fontHeightPoints) |
static void |
StyleUtil.setFontItalic(SBook book,
CellStyleHolder holder,
boolean italic) |
static void |
StyleUtil.setFontName(SBook book,
CellStyleHolder holder,
String name) |
static void |
StyleUtil.setFontStrikethrough(SBook book,
CellStyleHolder holder,
boolean strikeout) |
static void |
StyleUtil.setFontTypeOffset(SBook book,
CellStyleHolder holder,
SFont.TypeOffset offset) |
static void |
StyleUtil.setFontUnderline(SBook book,
CellStyleHolder holder,
SFont.Underline underline) |
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) |
static void |
StyleUtil.setTextHAlign(SBook book,
CellStyleHolder holder,
SCellStyle.Alignment align) |
static void |
StyleUtil.setTextIndention(SBook book,
CellStyleHolder holder,
int indent) |
static void |
StyleUtil.setTextIndentionOffset(SBook book,
CellStyleHolder holder,
int offset) |
static void |
StyleUtil.setTextRotation(SBook book,
CellStyleHolder holder,
int rotation) |
static void |
StyleUtil.setTextVAlign(SBook book,
CellStyleHolder holder,
SCellStyle.VerticalAlignment valign) |
static void |
StyleUtil.setTextWrap(SBook book,
CellStyleHolder holder,
boolean wrap) |
| Constructor and Description |
|---|
RangeImpl(SBook book) |
| Modifier and Type | Field and Description |
|---|---|
protected SBook |
AbstractExcelImporter.book
target book model
|
| Modifier and Type | Method and Description |
|---|---|
SBook |
AbstractImporter.imports(File file,
String bookName) |
SBook |
ExcelImportAdapter.imports(InputStream is,
String bookName) |
SBook |
AbstractExcelImporter.imports(InputStream is,
String bookName)
Import the model according to reversed dependency order among model
objects: book, sheet, defined name, cells, chart, pictures, validation.
|
SBook |
AbstractImporter.imports(URL url,
String bookName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExporter.export(SBook book,
File file) |
void |
AbstractExcelExporter.export(SBook book,
OutputStream fos)
Export the model according to reversed depended order: book, sheet,
defined name, cells, chart, pictures, validation.
|
protected void |
AbstractExcelExporter.exportNamedRange(SBook book) |
protected void |
AbstractExcelExporter.exportPictureData(SBook book) |
static String |
AbstractExcelImporter.getBookType(SBook book)
Gets the book-type information ("xls" or "xlsx"), return null if not found
|
protected void |
ExcelXlsImporter.setBookType(SBook book) |
protected abstract void |
AbstractExcelImporter.setBookType(SBook book) |
protected void |
ExcelXlsxImporter.setBookType(SBook book) |
Copyright © 2019. All rights reserved.