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.
ChartMarkerType Represents the marker style in a line chart, scatter chart, or radar chart.
ChartType Enumerates all chart types used in Excel.
FileFormatType Enumerates spreadsheet file format types.
FormatConditionType Represent conditional formate type constants.
HorizontalAlignmentType Enumerates horizontal text alignment types.
LegendPositionType Enumerates the legend position types.
LineType Enumerates the type of Picture border or Chart line.
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.
PlacementType Represents the way the drawing object is attached to the cells below it.
PrintCommentsType Represents the way comments are printed with the sheet.
PrintErrorsType Represents print errors constants.
PrintOrderType Represent print order constants.
SheetType Enumerates worksheet types.
TextAlignmentType Enumerates text alignment types.
TextDirectionType Enumerates text direction types.
TickLabelPositionType Represents the position type of tick-mark labels on the axis.
TickMarkerType Represents the tick mark type for the axis.
TrendlineType Represents the trendline type.
ValidationAlertType Represents the validation alert style.
ValidationType Represents data validation type.
VerticalAlignmentType Enumerates vertical text alignment types.
WeightType Enumerates the weight types for a picture border or a chart line.
 

Class Summary
Area Encapsulates the object that represents a chart area.
ASeries Encapsulates the object that represents a single data series in a chart.
AutoFilter Represents autofiltering for the specified worksheet.
CategoryAxis Encapsulates the object that represents a chart's category axis.
Cell Encapsulates the object that represents a single Excel cell.
CellArea Represents a range of cells in a worksheet.
Cells Encapsulates a collection of Cell objects.
Characters Represents a range of characters within the cell text.
Chart Encapsulates the object that represents a single Excel chart.
ChartArea Encapsulates the object that represents the chart area in the worksheet.
ChartDataTable Represents a chart data table.
Charts Encapsulates a collection of Chart objects.
Color Represents a color which contains three, 8-bit components: red, green, and blue.
Column Represents a single column in a worksheet.
Columns Encapsulates a collection of Column objects.
ConditionalFormattings Represents all conditional formattings in the worksheet.
DataLabels Encapsulates a collection of all the DataLabel objects for the specified ASeries.
Excel Represents an Excel workbook.
ExcelHelper Contains helper static functions.
Floor Encapsulates the object that represents the floor of a 3-D chart.
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.
Legend Encapsulates the object that represents the chart legend.
License Provides methods to license the component.
Line Encapsulates the object that represents the chart line.
NamedRange Encapsulates the object that represents a named range
NSeries Encapsulates a collection of ASeries objects.
PageSetup Encapsulates the object that represents the page setup description.
Palette Represents the palette of an Excel file.
Picture Encapsulates the object that represents a single picture in a spreadsheet.
Pictures Encapsulates a collection of Picture objects.
PlotArea Encapsulates the object that represents the chart's plotarea in the worksheet.
Protection Represents the various types of protection options available for a worksheet.
Row Represents a row of a spreadsheet.
Rows Encapsulates a collection of Row objects.
SeriesAxis Encapsulates the object that represents series axis.
Style Represents display styles of Excel spreadsheets.
Title Encapsulates the object that represents the title of chart or axis.
Trendline Represents a trendline in a chart.
Trendlines Represents a collection of all the Trendline objects for the specified data series.
Validation Represents data validation.settings.
Validations Represents data validation collection.
ValueAxis Encapsulates the object that represents a chart's value axis.
VPageBreak Encapsulates the object that represents a vertical page break.
VPageBreaks Encapsulates a collection of VPageBreak objects.
Walls Encapsulates the object that represents the walls of a 3-D chart.
Worksheet Represents a worksheet.
Worksheets Encapsulates a collection of Worksheet objects.
 

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/