xelem.3.0

Package nl.fountain.xelem.excel

Provides interfaces and classes that represent elements in SpreadsheetML.

See:
          Description

Interface Summary
AutoFilter Represents the AutoFilter element.
Cell Represents the Cell element.
Column Represents the Column element.
Comment Represents the Comment element.
DocumentProperties Represents the DocumentProperties element.
ExcelWorkbook Represents the ExcelWorkbook element.
NamedRange Represents the NamedRange element.
Pane Represents the Pane element.
Row Represents the Row element.
Table Represents the Table element.
Workbook Represents the Workbook element, the root of a SpreadsheetML document.
Worksheet Represents the Worksheet element.
WorksheetOptions Represents the WorksheetOptions element.
XLElement Represents an element in SpreadsheetML.
 

Class Summary
AbstractXLElement An abstract implementation of an XLElement.
 

Exception Summary
DuplicateNameException Indicates that a certain name allready exists in an otherwise unique name-sequence.
 

Package nl.fountain.xelem.excel Description

Provides interfaces and classes that represent elements in SpreadsheetML.


xelem.3.0