Package io.keikai.api
Keikai Spreadsheet API classes.
-
Interface Summary Interface Description CellOperationUtil.CellStyleApplier Interface for help apply cell styleCellOperationUtil.CellStyleApplierEx Interface for help apply whole row,column styleCellVisitor The visitor to help you to visit cells of aRange
.Exporter Exporter for a book or a sheet.Importer Importer that loads an Excel file and returns aBook
.PostImport Used withImporter
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 cellRangeRunner The runner to help you run multipleRange
APIs in synchronization. -
Class Summary 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 aBook
.BookSeriesBuilder The book series builder which accepts multipleBook
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 aRange
.CellRef A class that represents a cell position with 2 value : row and columnExporters 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 aRange
.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 settersUnitUtil Utility for transferring unit -
Enum Summary Enum Description Range.ApplyBorderType Range.AutoFillType Range.AutoFilterOperation Range.CellAttribute Range.DeleteShift Shift direction of delete apiRange.InsertCopyOrigin Copy origin format/style of insertRange.InsertShift Shift direction of insert apiRange.PasteOperation Range.PasteType Range.SheetVisible Range.SortDataOption SheetAnchor.AnchorType AnchorType -
Exception Summary Exception Description IllegalFormulaException Indicate an illegal formula exceptionIllegalOpArgumentException Indicate an illegal operation & argument exception.