Package com.jniwrapper.win32.jexcel

Interface Summary
ApplicationEventListener The interface for processing application events.
GenericWorkbook Defines common interface behaviour for excel workbook.
WorkbookEventHandler The interface for handling workbook events.
WorkbookEventListener The interface for processing workbook events.
WorksheetEventHandler The interface for handling worksheet events.
WorksheetEventListener This interface for processing worksheet events.
 

Class Summary
Application This class provides functionality for resolving general Excel application tasks.
ApplicationEventObject Instances of the ApplicationEventObject class are used in the methods of the ApplicationEventListener interface for providing event details.
Cell This class represents a cell of a Worksheet.
CellsOrder Defines different orders of sorting cells for Range.getCells(com.jniwrapper.win32.jexcel.CellsOrder) method.
EntireRange  
FileFormat This class is an enumeration of supported Excel file formats, such as old version file, HTML, XML etc.
FixedFormatType Specifies the type of file format.
Range This class represents a range of cells in a Worksheet.
Range.FindLookIn This class is an enumeration of information types to be searched.
Range.SearchAttributes This class is used for specification find attributes.
Window This class provides functionality for working with Excel windows.
Window.State This class is an enumeration of supported window states.
Workbook This class provides functionality for working with an Excel workbook.
WorkbookEventAdapter An abstract adapter class for processing workbook events.
WorkbookEventObject Instances of the WorkbookEventObject class are used in the methods of the WorkbookEventListener and WorkbookEventHandler interfaces for providing event details.
Worksheet This class provides functionality for working with an Excel worksheet.
WorksheetEventAdapter An abstract adapter class for processing worksheet events.
WorksheetEventObject Instances of the WorksheetEventObject class are used in the methods of the WorksheetEventListener and WorksheetEventHandler interfaces for providing event details.
 

Exception Summary
ExcelException ExcelException is thrown when problems occured during execution of Excel COM functions.