| Class | Description |
|---|---|
| Borders |
This a class which represents the nature of the borders of a cell.
|
| Chart |
Represents a chart embedded in a
Sheet. |
| ChartAxis |
Represents a chart axis configuration.
|
| ChartGraphicProperties |
Holds graphic properties for chart elements.
|
| ChartProperties |
Holds chart-specific properties.
|
| ChartSeries |
Represents a series within a
Chart. |
| ChartStyle |
Groups chart style properties (chart, graphic, and text).
|
| ChartTextProperties |
Holds text properties for chart labels and titles.
|
| Color |
Color is a inmutable class for represent colors.
|
| ConditionalFormat |
This class refers to a specific rule to apply a conditional style.
|
| OdsOptionParameters |
Custom Load options for reading a Spreadsheet
|
| OfficeAnnotation |
This class represent an Annotation in a Cell of the Sheet.
|
| OfficeAnnotationBuilder |
A helper class whose objetive is to build a OfficeAnnotation class
|
| OfficeCurrency |
This class represents a Currency in a Spreadsheet
It contains the current currency object (java.util.Currency) and the numeric value
|
| OfficePercentage |
This class defines a percentage in a Spreadsheet
|
| Range |
A range represents a subset of a Sheet.
|
| Sheet |
Represents a sheet in a Spreadsheet.
|
| SheetImage |
Represents an image embedded in a
Sheet. |
| SpreadSheet |
Spreadsheet is the base class for handle a Spreadsheet.
|
| Style |
This a class which represents the formatting of a cell (background color, font size, font style, etc...)
|
| Enum | Description |
|---|---|
| ChartProperties.TreatEmptyCells |
How empty cells are treated in chart data.
|
| Style.TEXT_ALIGMENT |
Defines the text position of a Cell
|
| Style.VERTICAL_TEXT_ALIGMENT |
Defines the text position of a Cell in a vertical axis
|
| Exception | Description |
|---|---|
| GenerateOdsException |
An unexpected error occurred when generate the ODS file
|
| NotAnOdsException |
The file provided is not an ODS file
|
| OperationNotSupportedException |
Describe an legal operation which it's not already supported
|
| SodsException |
Base class for all exceptions of the library
|
Copyright © 2026. All rights reserved.