Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

Package com.aspose.cells

Provides the API for accessing and processing Microsoft Excel files.

See:
          Description

Interface Summary
BorderLineType Enumerates border line types.
BorderType Enumerates the border line and diagonal line types.
CalculationMode Represents the calculation mode.
CellValueType Specifies a cell value type.
FileFormatType Enumerates spreadsheet file format types.
FormatConditionType Represent conditional formate type constants.
HorizontalAlignmentType Enumerates horizontal text alignment types.
OperatorType Represents the operator type of conditional format and data validation.
PageOrientationType Represents print orientation constants.
PaperSizeType Represents paper size constants.
PatternType Enumerates cell background pattern types.
PrintCommentsType Represents the way comments are printed with the sheet.
PrintErrorsType Represents print errors constants.
PrintOrderType Represent print order constants.
SheetType Enumerates worksheet types.
TextDirectionType Enumerates text direction types.
ValidationAlertType Represents the validation alert style.
ValidationType Represents data validation type.
VerticalAlignmentType Enumerates vertical text alignment types.
 

Class Summary
Cell Encapsulates the object that represents a single Excel cell.
CellArea Represents a range of cells in a worksheet.
Characters Represents a range of characters within the cell text.
Color Represents a color which contains three, 8-bit components: red, green, and blue.
ConditionalFormattings Represents all conditional formattings in the worksheet.
ExcelHelper Contains helper static functions.
Font Represents a font used in a spreadsheet.
FormatCondition Represents conditional formatting condition.
FormatConditions Represents conditional formatting.
HPageBreak Encapsulates the object that represents a horizontal page break.
HPageBreaks Encapsulates a collection of HPageBreak objects.
Hyperlink Encapsulates the object that represents a hyperlink.
Hyperlinks Encapsulates a collection of Hyperlink objects.
License Provides methods to license the component.
PageSetup Encapsulates the object that represents the page setup description.
Palette Represents the palette of an Excel file.
Protection Represents the various types of protection options available for a worksheet.
Row Represents a row of a spreadsheet.
Style Represents display styles of Excel spreadsheets.
Validation Represents data validation.settings.
Validations Represents data validation collection.
VPageBreak Encapsulates the object that represents a vertical page break.
VPageBreaks Encapsulates a collection of VPageBreak objects.
Workbook Represents an Excel workbook.
Worksheet Represents a worksheet.
 

Exception Summary
ExcelException The exception that is thrown which indicates an error occurs.
 

Package com.aspose.cells Description

Provides the API for accessing and processing Microsoft Excel files.

Conventions
All indexes are zero based if not mentioned specifically.

Synchronization
Classes in the package are not synchronized and are not thread safe. Programmer's Guide
http://www.aspose.com/Wiki/Default.aspx/Aspose.Cells.Java/