Interface | Description |
---|---|
Book |
This interface provides entry to access Spreadsheet's data model.
|
CellData |
This interface provides access to "data" part of a cell including type, text, and value.
|
CellStyle |
This interface provides access to "style" part of a cell including alignment, border, font, formant, and color.
|
Chart |
This interface provides the access to a chart of a sheet.
|
ChartData |
This interface provides the access to the underlying data object (
SChartData ) of a chart. |
Color |
This interface allows you to get HTML color string, e.g.
|
EditableCellStyle |
This interface allows you to change a cell's style.
|
EditableFont |
This interface allows you to change a cell's font.
|
Font |
This interface allows you to get font style of a cell.
|
Hyperlink |
This interface allows you to get a cell's hyperlink data.
|
Picture |
This interface provides the access to a picture of a sheet.
|
RichText |
A rich text can have multiple segments which have different fonts for each one in a cell.
|
RichText.Segment | |
Sheet |
This interface provides the access to a sheet of a
Book . |
SheetProtection |
This interface provides access to what are allowed operations for a
protected sheet.
|
Validation |
Represents data validation for a worksheet range.
|
Enum | Description |
---|---|
Book.BookType | |
CellData.CellType |
The cell type
|
CellStyle.Alignment |
The horizontal alignment
|
CellStyle.BorderType |
The border type
|
CellStyle.FillPattern |
The fill pattern
|
CellStyle.VerticalAlignment |
The vertical alignment
|
Chart.Grouping | |
Chart.LegendPosition | |
Chart.Type | |
Font.Boldweight | |
Font.TypeOffset | |
Font.Underline | |
Hyperlink.HyperlinkType | |
Picture.Format | |
Validation.AlertStyle | |
Validation.OperatorType | |
Validation.ValidationType |
Keikai Spreadsheet Model API classes.
Copyright © 2020. All rights reserved.