Package | Description |
---|---|
csheets.ext |
Provides an extension mechanism for the application.
|
csheets.ext.style |
Provides support for cell style, i.e. font, format, alignment, color and border.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetExtension |
Extension.extend(Spreadsheet spreadsheet)
Returns an extension of the given spreadsheet.
|
Modifier and Type | Class and Description |
---|---|
class |
StylableSpreadsheet
An extension of a spreadsheet, with support for style, i.e. row and column
dimensions and cell spanning.
|
Modifier and Type | Class and Description |
---|---|
class |
TestableSpreadsheet
An extension of a spreadsheet, with support for testable cells.
|