|
Class Summary |
| Cell |
Represents one cell in a worksheet. |
| Cells |
Represents the cells in a worksheet. |
| ColumnAttributes |
Stores the attributes for a range of columns (or sometimes just one column). |
| ColumnAttributesManager |
Records information about the columns in a worksheet. |
| ColumnWidthModifier |
A class that modifies the column width of a column attributes record. |
| Comment |
Represents a comment that can be attached to a cell. |
| DateCell |
A worksheet cell that contains a date. |
| FormulaCell |
A cell that contains a formula. |
| GeneralStyleModifier |
A general style modifier that can change a variety of style settings. |
| JWorkbook |
Represents a workbook so that it can be exported to (for now) the Gnumeric XML file format. |
| LabelCell |
A cell that contains a label. |
| Margins |
Printing margins for a worksheet. |
| Name |
Represents a defined name in the workbook or a worksheet. |
| NamesManager |
Maintains a list of names. |
| PrintInformation |
Records print information for a workbook. |
| Row |
Represents a single row of cells in a worksheet. |
| RowAttributes |
Stores the attributes for a range of rows (or sometimes just one row). |
| RowAttributesManager |
Records information about the rows in a worksheet, row height, visibility etc. |
| RowHeightModifier |
A class for modifying the row height in a row attributes record. |
| Selection |
Stores information on a selection range in a worksheet. |
| Selections |
Stores information about all the selection ranges in a worksheet. |
| Solver |
Records solver settings for a worksheet. |
| Style |
Represents a style that (when incorporated within a StyleRegion object) applies to a range of
cells in a worksheet. |
| StyleBorder |
Represents the border settings for a style range. |
| StyleBorderModifier |
A style modifier that changes the border for a style, but leaves all other settings unchanged. |
| StyleColor |
Represents a color within a style. |
| StyleColorModifier |
A style modifier that changes the foreground, background or pattern color for a style, but leaves
all other settings unchanged. |
| StyleFont |
Represents a font within a style. |
| StyleFontModifier |
A style modifier that changes the font for a style, but leaves all other settings unchanged. |
| StyleRegion |
Represents a region and its associated style. |
| Styles |
A collection of style regions. |
| Summary |
Records a summary of a workbook. |
| ValueCell |
A cell that contains a value. |
| Worksheet |
Represents one worksheet within a workbook. |
Create spreadsheet files from Java.