Uses of Class
csheets.ext.SpreadsheetExtension

Packages that use SpreadsheetExtension
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. 
 

Uses of SpreadsheetExtension in csheets.ext
 

Methods in csheets.ext that return SpreadsheetExtension
 SpreadsheetExtension Extension.extend(Spreadsheet spreadsheet)
          Returns an extension of the given spreadsheet.
 

Uses of SpreadsheetExtension in csheets.ext.style
 

Subclasses of SpreadsheetExtension in csheets.ext.style
 class StylableSpreadsheet
          An extension of a spreadsheet, with support for style, i.e. row and column dimensions and cell spanning.
 

Uses of SpreadsheetExtension in csheets.ext.test
 

Subclasses of SpreadsheetExtension in csheets.ext.test
 class TestableSpreadsheet
          An extension of a spreadsheet, with support for testable cells.