Uses of Package
com.jniwrapper.win32.jexcel

Packages that use com.jniwrapper.win32.jexcel
com.jniwrapper.win32.jexcel   
com.jniwrapper.win32.jexcel.ui   
 

Classes in com.jniwrapper.win32.jexcel used by com.jniwrapper.win32.jexcel
Application
          This class provides functionality for resolving general Excel application tasks.
ApplicationEventListener
          The interface for processing application events.
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.
ExcelException
          ExcelException is thrown when problems occured during execution of Excel COM functions.
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.
GenericWorkbook
          Defines common interface behaviour for excel workbook.
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.
WorkbookEventHandler
          The interface for handling workbook events.
WorkbookEventListener
          The interface 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.
WorksheetEventHandler
          The interface for handling worksheet events.
WorksheetEventListener
          This interface 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.
 

Classes in com.jniwrapper.win32.jexcel used by com.jniwrapper.win32.jexcel.ui
Application
          This class provides functionality for resolving general Excel application tasks.
ExcelException
          ExcelException is thrown when problems occured during execution of Excel COM functions.
FileFormat
          This class is an enumeration of supported Excel file formats, such as old version file, HTML, XML etc.
GenericWorkbook
          Defines common interface behaviour for excel workbook.
Window
          This class provides functionality for working with Excel windows.
Workbook
          This class provides functionality for working with an Excel workbook.
WorkbookEventHandler
          The interface for handling workbook events.
WorkbookEventListener
          The interface for processing workbook events.
Worksheet
          This class provides functionality for working with an Excel worksheet.