Class | Description |
---|---|
Borders |
This a class which represents the nature of the borders of a cell.
|
Color |
Color is a inmutable class for represent colors.
|
ConditionalFormat |
This class refers to a specific rule to apply a conditional style.
|
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
|
OpenDocumentNamespaces | |
Range |
A range represents a subset of a Sheet.
|
Sheet |
Represents a sheet in a Spreadsheet.
|
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 |
---|---|
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 © 2023. All rights reserved.