All Classes and Interfaces
Class
Description
Enumeration class which contains the various alignments for data within a
cell
Deprecated.
Repackaged as jxl.Alignment.
A blank cell.
Enumeration class containing the various bold styles for data
Enumeration class containing the various bold styles for data
A cell, created by user applications, which contains a boolean (or
in some cases an error) value
This type represents the Microsoft concept of a Boolean.
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers
The location of a border
Deprecated.
repackaged as jxl.format.Border
The border line style
Deprecated.
Repackaged as jxl.format.BorderLineStyle
Represents an individual Cell within a Sheet.
Container for any additional cell features
Deprecated.
Repackaged as jxl.format.CellFormat
Interface for cell formats
Exposes some cell reference helper methods to the public interface.
An enumeration type listing the available content types for a cell
This is a bean which client applications may use to get/set various
properties for a row or column on a spreadsheet
Enumeration class which contains the various colours available within
the standard Excel colour palette
Deprecated.
This has been repackaged as jxl.format.Colour
Simple demo class which uses the api to present the contents
of an excel 97 spreadsheet as comma separated values, using a workbook
and output stream of your choice
A date cell
A custom user defined number format which may be instantiated within user
applications in order to present date and time values in the appropriate
format.
Static class which contains Excels predefined Date formats
A mixin interface for date formulas, which combines the interfaces
for formulas and for dates
A Date which may be created on the fly by a user application and added to a
spreadsheet
NOTE: By default, all dates will have local timezone information added to
their UTC value.
The main demo class which interprets the command line switches in order
to determine how to call the demo programs
The demo program uses stdout as its default output stream
This type represents a cell which contains an error.
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers
Displays the escher data
Displays the escher data
Goes through each cell in the workbook, and if the cell has any features
associated with, it prints out the cell contents and the features
Interface which exposes the user font display information to the user
Deprecated.
Renamed to writable font
Exposes the cell formatting information
A cell, created by user applications, which contains a numerical value
Interface for formulas which allow clients to read the Excel formula
Goes through each cell in the workbook, and if the contents of that
cell is a formula, it prints out the last calculated value and
the formula string
Class which represents an Excel header or footer.
The contents - a simple wrapper around a string buffer
Hyperlink information.
Accessor functions for an image
Base exception class for JExcelAPI exceptions
A cell containing text which may be created by user applications
A label cell
A cell, created by user applications, which contains a numerical value
A cell which contains a numerical value
A custom user defined number format, which may be instantiated within user
applications in order to present numerical values to the appropriate level
of accuracy.
Static class which contains the available list of built in Number formats
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for numbers
Enumeration type which describes the orientation of data within a cell
Enumeration type which describes the page orientation
Enumeration type which describes the page orientation
Enumeration type which contains the available excel paper sizes and their
codes
Enumeration class which contains the various patterns available within
the standard Excel pattern palette
Deprecated.
Repackaged as jxl.format.Pattern
Represents a 3-D range of cells in a workbook.
Demo class which uses the api to read in a spreadsheet and generate a clone
of that spreadsheet which contains the same data.
A structure which contains the RGB values for a particular colour
Enumeration class which contains the various script styles available
within the standard Excel ScriptStyle palette
Represents a sheet within a workbook.
This is a bean which client applications may use to get/set various
properties which are associated with a particular worksheet, such
as headers and footers, page orientation etc.
A mixin interface for numerical formulas, which combines the interfaces
for formulas and for strings
Enumeration class which contains the various underline styles available
within the standard Excel UnderlineStyle palette
Enumeration type which describes the vertical alignment of data within a cell
Deprecated.
Repackaged as jxl.format.VerticalAlignment
Represents a Workbook.
This is a bean which client applications may use to set various advanced
workbook properties.
The interface for all writable cells
Container for any additional cell features
A user specified cell format, which may be reused across many cells.
A class which is instantiated when the user application wishes to specify
the font for a particular cell
Static inner class used for classifying the font names
A writable hyperlink.
Allows an image to be created, or an existing image to be manipulated
Note that co-ordinates and dimensions are given in cells, so that if for
example the width or height of a cell which the image spans is altered,
the image will have a correspondign distortion
Interface for a worksheet that may be modified.
A writable workbook
Demo class which writes a spreadsheet.
Exception thrown when using the API to generate an Excel file
Simple demo class which uses the api to present the contents
of an excel 97 spreadsheet as an XML document, using a workbook
and output stream of your choice