| Interface | Description |
|---|---|
| Alignment |
An alignment interface
|
| Border |
Represents the border of an object for Range or CellStyle to use.
|
| Borders |
A collection of borders that represent the four borders of a Range or CellStyle Object.
|
| CellStyle |
The CellStyle object contains all style attributes (font, number format, alignment,
and so on) as properties.
|
| CellValue |
A cell value object.
|
| DataValidation |
A data validation interface
|
| DataValidationValue |
A data validation value (Immutable) to hold the range info and the data validation.
|
| Fill |
A fill interface for Pattern Fill and Gradient Fill
|
| Fill.PatternFill |
A Pattern Fill
|
| Font |
A font interface
|
| Hyperlink |
Hyperlink for a worksheet
|
| NumberFormat |
A number format interface
|
| Protection |
A protection object to represents a locked and hidden states for a CellStyle.
|
| Range |
A range can be a single cell or a range of cells in a worksheet.
|
| RangeValue<T> |
A range value (Immutable)
|
| Spreadsheet |
A Keikai Spreadsheet client interface.
|
| Stop | |
| Workbook |
A workbook represents a book in a spreadsheet.
|
| Worksheet |
A worksheet represents a sheet in a workbook.
|
| Class | Description |
|---|---|
| Keikai |
Utilities to access
Spreadsheet. |
| Settings |
A Keikai Spreadsheet client settings
|
| Enum | Description |
|---|---|
| Alignment.Horizontal |
Horizontal alignments that can be applied.
|
| Alignment.ReadingOrder |
ReadingOrder attributes that can be applied.
|
| Alignment.Vertical |
Vertical alignments that can be applied.
|
| Border.Style |
Style attributes that can be applied.
|
| Border.ThemeColor |
ThemeColor attributes that can be applied.
|
| Borders.BorderIndex |
BorderIndex attributes that can be applied.
|
| DataValidation.AlertStyle |
AlertStyle attributes that can be applied.
|
| DataValidation.Operator |
Operator attributes that can be applied.
|
| DataValidation.Type |
Type attributes that can be applied.
|
| Fill.PatternFill.PatternType | |
| Font.Underline |
Underline attributes that can be applied.
|
| Hyperlink.HyperlinkType |
HyperlinkType attributes, that can be applied.
|
| Range.AutoFillType |
AutoFillType attributes, that can be applied.
|
| Range.AutoFilterOperator |
AutoFilterOperator attributes, that can be applied.
|
| Range.DeleteShiftDirection |
DeleteShiftDirection attributes, that can be applied.
|
| Range.InsertFormatOrigin |
InsertFormatOrigin attributes, that can be applied.
|
| Range.InsertShiftDirection |
InsertShiftDirection attributes, that can be applied.
|
| Range.PasteSpecialOperation |
PasteSpecialOperation attributes, that can be applied.
|
| Range.PasteType |
PasteType attributes, that can be applied.
|
| Range.SortDataOption |
SortDataOption attributes, that can be applied.
|
| Range.SortOrder |
SortOrder attributes, that can be applied.
|
| Range.SortOrientation |
SortOrientation attributes, that can be applied.
|
| Range.YesNoGuess |
YesNoGuess attributes, that can be applied.
|
| Settings.Key |
The setting keys
|
| Worksheet.Visibility |
Visibility attributes that can be applied.
|
| Exception | Description |
|---|---|
| AbortedException |
Exception indicating that the result of a task is being cancelled.
|
| DuplicateNameException |
The DuplicateNameException exception is thrown if a book name cannot
be imported because a workbook with the same name already exists.
|
Copyright © 2018. All rights reserved.