| Interface | Description |
|---|---|
| CellOperationUtil.CellStyleApplier |
Interface for help apply cell style
|
| CellOperationUtil.CellStyleApplierEx |
Interface for help apply whole row,column style
|
| CellVisitor |
The visitor to help you to visit cells of a
Range. |
| Exporter |
Exporter for a book or a sheet.
|
| Importer |
Importer that loads an Excel file and returns a
Book. |
| PostImport |
Used with
Importer for post-import-processing life cycle. |
| Range |
Range can represent a cell, a row, a column, a selection of cells containing one or
more contiguous blocks of cells, or a 3-D blocks of cells.
|
| Range.CellStyleHelper |
a cell style helper to create style relative object for cell
|
| RangeRunner |
The runner to help you run multiple
Range APIs in synchronization. |
| Class | Description |
|---|---|
| AreaRef |
A class that represents an area reference with 4 value :
row(top row), column(left column), last row(bottom row) and last column(right column)
|
| AreaRefWithType |
A class that represents an area reference with 4 value :
row(top row), column(left column), last row(bottom row) and last column(right column)
and an extra selection type.
|
| Books |
Contains factory methods to create a
Book. |
| BookSeriesBuilder |
The book series builder which accepts multiple
Book objects makes each of them can reference cells from other books. |
| CellOperationUtil |
The utility to help UI to deal with user's cell operation of a
Range. |
| CellRef |
A class that represents a cell position with 2 value : row and column
|
| Exporters |
The main class to get an exporter.
|
| Importers |
The main class to get an importer.
|
| Ranges |
The facade class provides you multiple ways to get a
Range. |
| SheetAnchor | |
| SheetOperationUtil |
The utility to help UI to deal with user's sheet operation of a Range.
|
| SheetProtection |
SheetProtection values config.
|
| SheetProtection.Builder |
Builder is used to build instances of SheetProtection from values configured by the setters
|
| UnitUtil |
Utility for transferring unit
|
| Enum | Description |
|---|---|
| Range.ApplyBorderType | |
| Range.AutoFillType | |
| Range.AutoFilterOperation | |
| Range.CellAttribute | |
| Range.DeleteShift |
Shift direction of delete api
|
| Range.InsertCopyOrigin |
Copy origin format/style of insert
|
| Range.InsertShift |
Shift direction of insert api
|
| Range.PasteOperation | |
| Range.PasteType | |
| Range.SheetVisible | |
| Range.SortDataOption | |
| Range.SyncLevel | Deprecated
since 3.5 It is always synchronized on Book by a read-write lock
|
| Exception | Description |
|---|---|
| IllegalFormulaException |
Indicate an illegal formula exception
|
| IllegalOpArgumentException |
Indicate an illegal operation & argument exception.
|
Keikai Spreadsheet API classes.
Copyright © 2020. All rights reserved.