A B C D E F G H I J L M N O P Q R S T U V W X

A

activate() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Activates the workbook.
activate() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Activates an embedded workbook.
activate() - Method in class com.jniwrapper.win32.jexcel.Window
Activates the window.
activate() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
activate() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Activates the worksheet.
activated(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
activated(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when the workbook is activated.
activated(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
activated(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet is activated.
addApplicationEventListener(ApplicationEventListener) - Method in class com.jniwrapper.win32.jexcel.Application
Adds the specified application events listener.
addChildResource(ApplicationAwareWrapper) - Method in class com.jniwrapper.win32.jexcel.Application
Adds a specified resource to the managed collection.
ADDIN - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
ADDIN8 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
addJWorkbookEventListener(JWorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Add a listener of the embedded workbook events.
addPrintPreviewListener(PrintPreviewListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addToRecentFiles(File) - Method in class com.jniwrapper.win32.jexcel.Application
Adds the specified file to the list of recent files.
addWorkbookEventListener(WorkbookEventListener) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds the listener of workbook events.
addWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorksheet(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds a worksheet to the workbook.
addWorksheet(Worksheet, String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds a worksheet to the workbook.
addWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorksheet(Worksheet, String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorksheet(Worksheet, String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorksheetEventListener(WorksheetEventListener) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Adds the listener of worksheet events.
allowMacros(boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Restricts or allows macros execution in uploaded workbook.
Application - Class in com.jniwrapper.win32.jexcel
This class provides functionality for resolving general Excel application tasks.
Application() - Constructor for class com.jniwrapper.win32.jexcel.Application
Creates an instance of Excel application.
Application(_Application, OleMessageLoop) - Constructor for class com.jniwrapper.win32.jexcel.Application
 
ApplicationEventListener - Interface in com.jniwrapper.win32.jexcel
The interface for processing application events.
ApplicationEventObject - Class in com.jniwrapper.win32.jexcel
Instances of the ApplicationEventObject class are used in the methods of the ApplicationEventListener interface for providing event details.
ApplicationEventObject(Application, GenericWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ApplicationEventObject
 
AUTOMATIC - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 

B

beforeClose(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
beforeClose(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventHandler
Occurs before the workbook is closed.
beforeClose(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs before the workbook is closed.
beforeDoubleClick(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
beforeDoubleClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventHandler
Occurs when user double-clicks on the worksheet.
beforeDoubleClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when user double-clicks on the worksheet.
beforeRightClick(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
beforeRightClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventHandler
Occurs when user right-clicks on the worksheet.
beforeRightClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when user right-clicks on the worksheet.
beforeSave(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
beforeSave(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventHandler
Occurs before the workbook is saved.
beforeSave(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs before the workbook is saved using Save method.
beforeSaveAs(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
beforeSaveAs(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs before the workbook is saved using Save As method.
beforeWorkbookClose(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
beforeWorkbookClose(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs before a workbook is closed.
Border - Class in com.jniwrapper.win32.jexcel.format
This class provides functionality for Range or Cell borders customization.
Border() - Constructor for class com.jniwrapper.win32.jexcel.format.Border
Creates a border and sets all its attributes to default.
Border.Kind - Class in com.jniwrapper.win32.jexcel.format
This class is an enumaration of contants that specify the fragment of a Border.
Border.LineStyle - Class in com.jniwrapper.win32.jexcel.format
This class is an enumeration of line styles that can be applied to a cell or range border.
Border.LineStyle(long) - Constructor for class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
Border.LineWeight - Class in com.jniwrapper.win32.jexcel.format
This class is an enumeration of line weight contants that can be applied to a cell or range border.
Border.LineWeight(long) - Constructor for class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Vertical text alignment kind.

C

Cell - Class in com.jniwrapper.win32.jexcel
This class represents a cell of a Worksheet.
cells() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the set of range cells.
CellsOrder - Class in com.jniwrapper.win32.jexcel
Defines different orders of sorting cells for Range.getCells(com.jniwrapper.win32.jexcel.CellsOrder) method.
CellsOrder() - Constructor for class com.jniwrapper.win32.jexcel.CellsOrder
 
CENTER - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
changed(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
changed(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet range content changes.
CHECKER - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
clear() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Clears all cells of the worksheet.
close(boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Closes the application and all opened workbooks without saving changes.
close() - Method in class com.jniwrapper.win32.jexcel.Application
Closes the application and all opened workbooks without saving changes and without calling Application's quit() method.
close() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Closes an embedded workbook.
close(boolean) - Method in class com.jniwrapper.win32.jexcel.Workbook
Closes the workbook and optionally saves changes.
closePrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
com.jniwrapper.win32.jexcel - package com.jniwrapper.win32.jexcel
 
com.jniwrapper.win32.jexcel.format - package com.jniwrapper.win32.jexcel.format
 
com.jniwrapper.win32.jexcel.ui - package com.jniwrapper.win32.jexcel.ui
 
COMMENTS - Static variable in class com.jniwrapper.win32.jexcel.Range.FindLookIn
 
CONTINUOUS - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
copyWorksheet(Worksheet, Worksheet, Worksheet) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Copies the worksheet to the position after the specified worksheet.
copyWorksheet(Worksheet, Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
copyWorksheet(Worksheet, Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.Workbook
Copies worksheet content to other worksheet.
createWorkbook(String) - Method in class com.jniwrapper.win32.jexcel.Application
Adds a new workbook to the application.
CRISSCROSS - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
CSV - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVMAC - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVMSDOS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVWINDOWS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CURRENTPLATFORMTEXT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 

D

DASH - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DASHDOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DASHDOTDOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DBF2 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DBF3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DBF4 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
deactivate() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Deactivates an embedded workbook ui.
deactivated(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
deactivated(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when the workbook is deactivated.
deactivated(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
deactivated(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet is deactivated.
delete(XlDeleteShiftDirection) - Method in class com.jniwrapper.win32.jexcel.Range
Deletes the object.
delete() - Method in class com.jniwrapper.win32.jexcel.Range
Deletes the object.
deleteColumn(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified column.
deleteColumn(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified column
deleteRow(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified row.
deleteRow(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified row.
DIAGONALDOWN - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
DIAGONALUP - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
DIF - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
displayHeadings(boolean) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Allows hide and display worksheet headings.
DISTRIBUTED - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
DOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DOUBLE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DOUBLE - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
DOUBLEACCOUNTING - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
DOWN - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
DOWNWARD - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 

E

EDGEBOTTOM - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGELEFT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGERIGHT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGETOP - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EntireRange - Class in com.jniwrapper.win32.jexcel
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Cell
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Range
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Worksheet
 
EXCEL12 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
Excel Binary Workbook in 2007 with or without macro's, .xlsb
EXCEL2 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL2FAREAST - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL4 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL4WORKBOOK - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL5 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL7 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL8 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
97-2003 format in Excel 2007, .xls
EXCEL9795 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
ExcelException - Exception in com.jniwrapper.win32.jexcel
ExcelException is thrown when problems occured during execution of Excel COM functions.
ExcelException() - Constructor for exception com.jniwrapper.win32.jexcel.ExcelException
 
ExcelException(String) - Constructor for exception com.jniwrapper.win32.jexcel.ExcelException
 
ExcelException(String, Throwable) - Constructor for exception com.jniwrapper.win32.jexcel.ExcelException
 
ExcelException(Throwable) - Constructor for exception com.jniwrapper.win32.jexcel.ExcelException
 
exportAsFixedFormat(File, FixedFormatType) - Method in class com.jniwrapper.win32.jexcel.Workbook
Exports the workbook to the PDF or XPS file that is specified by the file argument.

F

FILE_EXTENSION_CSV - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
FILE_EXTENSION_DBF - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
FILE_EXTENSION_TXT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
FILE_EXTENSION_WK1 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
FILE_EXTENSION_XLA - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
FileFormat - Class in com.jniwrapper.win32.jexcel
This class is an enumeration of supported Excel file formats, such as old version file, HTML, XML etc.
FILL - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
fillWithArray(Cell, String[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, String[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(String, Variant[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, double[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, double[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, long[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, long[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, Date[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, Date[][], DateFormat) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(String, Date[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
find(String, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(Date, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(long, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(double, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
findNext() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the cell that contains the next occurrence of the data.
FixedFormatType - Class in com.jniwrapper.win32.jexcel
Specifies the type of file format.
followHyperlink(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
followHyperlink(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
 
Font - Class in com.jniwrapper.win32.jexcel.format
This class provides functionality for text font customization.
Font() - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Create a default font.
Font(Font) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Create a Font class instance from Font object.
Font(String, double) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Creates a font with the specified name and size.
Font(Font) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
 
Font.Alignment - Class in com.jniwrapper.win32.jexcel.format
This class is an enumeration of font effects.
Font.UnderlineStyle - Class in com.jniwrapper.win32.jexcel.format
This class is an enumeration of font underline styles.
FORMULAS - Static variable in class com.jniwrapper.win32.jexcel.Range.FindLookIn
 

G

GENERAL - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
GenericWorkbook - Interface in com.jniwrapper.win32.jexcel
Defines common interface behaviour for excel workbook.
getActivePrinter() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the name of the active printer.
getActiveWindow() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the active window.
getActiveWorkbook() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the active workbook.
getActiveWorksheet() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the active worksheet.
getActiveWorksheet() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getActiveWorksheet() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getAlignment() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns an applied font effect.
getApplication() - Method in class com.jniwrapper.win32.jexcel.ApplicationEventObject
Returns the event source object.
getApplication() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the parent application.
getApplication() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getAuthor() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the workbook author name.
getAuthor() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getAuthor() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getCaption() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the caption of the window.
getCell(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns an instance of the Cell class that represents the specified cell.
getCell(int, int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns an instance of the Cell class that represents the specified cell.
getCell() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the Cell class, which the event is connected with.
getCellCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of cells in the range.
getCells() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the list of range cells in default CellsOrder.LEFT2RIGHT_TOP2BOTTOM order.
getCells(CellsOrder) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the list of cells, sorted in the specified order.
getColor() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the color of the border.
getColor() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font color.
getColumn() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns the column number of the cell.
getColumn(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified column.
getColumnCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of columns in the range.
getColumnName() - Method in class com.jniwrapper.win32.jexcel.Cell
 
getColumns(String[]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified columns.
getContainer() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Return office container of this workbook.
getContainer() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
getDate() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell contains data of a date type, the function returns a Date representation of the cell value.
getDisplayAlerts() - Method in class com.jniwrapper.win32.jexcel.Application
Checks whether Excel alerts are enabled or disabled.
getDisplayFormulas() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of formulas in this window.
getDisplayGridlines() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of griglines in this window.
getDisplayHeadings() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of headings in this window.
getDisplayHorizontalScrollBar() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of horizontal scroll bar in this window.
getDisplayOutline() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of outline in this window.
getDisplayVerticalScrollBar() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of vertical scroll bar in this window.
getDisplayWorkbookTabs() - Method in class com.jniwrapper.win32.jexcel.Window
Checks the visibility of workbook tabs in this window.
getFile() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the workbook file.
getFile() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
If an embedded workbook has been loaded from a file or a new workbook has been saved, then the function returns the workbook file, otherwise it returns null.
getFile() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getFileExtension() - Method in class com.jniwrapper.win32.jexcel.FileFormat
 
getFileFormat() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the format of the workbook file.
getFileFormat() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getFileFormat() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getFormula() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns a formula that is contained in the cell or null if the cell doesn't contain a formula.
getFormula() - Method in class com.jniwrapper.win32.jexcel.Range
Returns formula of this range.
getFormulaArray() - Method in class com.jniwrapper.win32.jexcel.Range
Returns formula array of this range.
getHeight() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the current height of the window in pixels.
getHyperlink() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the Hyperlink class, which the event is connected with.
getIndex() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the index number of the window.
getIndex() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the index of the worksheet.
getIntersection(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the intersection of the current range and the specified one.
getJWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
Returns the event source object.
getLineStyle() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the line style of the border.
getLogical() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell contains a boolean data, the function returns a Boolean representation of the cell value.
getLookIn() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns the current information type to be searched.
getMajorVersionNumber() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the major version number of MS Excel.
getName() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font name.
getName() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the name of the worksheet.
getNames() - Method in class com.jniwrapper.win32.jexcel.Application
Returns array of names.
getNativePeer() - Method in class com.jniwrapper.win32.jexcel.Workbook
Returns the appropriate native peer.
getNumber() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell contains a numeric data, the function returns a Number representation of the cell value.
getOleMessageLoop() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the message loop thread for processing native peer function calls.
getOleMessageLoop() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns ole message loop of workbook.
getParent() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the parent workbook.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the appropriate native peer.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the appropriate native peer.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the appropriate native peer.
getPivotTable() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns an instance of the PivotTable class, which the event is connected with.
getPivotTable() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the PivotTable class, which the event is connected with.
getRange(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Creates an instance of the Range class that contains cells of the specified range.
getRange() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the Range class, which the event is connected with.
getRecentFiles() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of recent opened files.
getRow() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns the row number of the cell.
getRow(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified row.
getRowCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of rows in the range.
getRows(int[]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified rows.
getSelection() - Method in class com.jniwrapper.win32.jexcel.Application
Returns selection.
getSize() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font size.
getState() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the window state.
getString() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns a string representation of the cell value.
getTitle() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the currently set title of the workbook.
getTitle() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns workbook title.
getTitle() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getUnderlineStyle() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font underline style.
getUsedRange() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains used cells of the worksheet.
getValue() - Method in class com.jniwrapper.win32.jexcel.FixedFormatType
 
getValues() - Method in class com.jniwrapper.win32.jexcel.Range
Bulk operation method.
getVersion(Int32) - Method in class com.jniwrapper.win32.jexcel.Application
Returns Excel version as a string value.
getWeight() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the line weight of the border.
getWidth() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the current width of the window in pixels.
getWindow() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the windows that corresponds to the workbook.
getWindow() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWindow() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWindow() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns an instance of the Window class, which the event is connected with.
getWindows() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of opened windows.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ApplicationEventObject
Returns an instance of the Workbook class, witch the event is connected with.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns an Excel workbook that is currently opened.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
Returns an instance of the GenericWorkbook class, witch the event is connected with.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the contained workbook.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns the event source object.
getWorkbookName() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the name of the workbook.
getWorkbookName() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns workbook name.
getWorkbookName() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorkbooks() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of opened workbooks.
getWorksheet(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the worksheet that is specified by its name.
getWorksheet(int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the worksheet that is specified by its index.
getWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheet(int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheet(int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheet() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns an instance of the Worksheet class, witch the event is connected with.
getWorksheet() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns the event source object.
getWorksheetCount() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the number of worksheets in the workbook.
getWorksheetCount() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns number of worksheets in the workbook.
getWorksheetCount() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheets() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the list of worksheets of the workbook.
getWorksheets() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheets() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getZoom() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the document zoom in percents.
GRAY16 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY25 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY50 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY75 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY8 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRID - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 

H

HAIRLINE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
hasArray() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true of the cell contains an array or false otherwise.
hasFormula() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true of the cell contains a formula or false otherwise.
hasPassword() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns true if the workbook has a password.
hasPassword() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns "is workbook password protected" status
hasPassword() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
HORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
HORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 
HTML - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 

I

include(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Deprecated. use Range.union(Range) method instead
include(String) - Method in class com.jniwrapper.win32.jexcel.Range
Deprecated. use Range.union(String) method instead
insertColumnAfter(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty column after specified column
insertColumnAfter(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty column after specified column.
insertColumnBefore(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty column before specified column.
insertColumnBefore(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty column before specified column.
insertRowAfter(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty row after specified row.
insertRowAfter(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty row after specified row.
insertRowBefore(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty row before specified row.
insertRowBefore(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new empty row before specified row.
INSIDEHORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
INSIDEVERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
InteriorPattern - Class in com.jniwrapper.win32.jexcel.format
This class is an enumeration of interior patterns, that may be applied to a range or a cell.
InteriorPattern(long) - Constructor for class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
intersects(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Returns true if the current range intersects the range specified by the range parameter.
INTLADDIN - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
INTLMACRO - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
isActive() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns "is workbook active" status
isActive() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook.WorkbookContainer
 
isBold() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is bold.
isCaseSensitive() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the case-sensitive search is specified.
isClosed() - Method in class com.jniwrapper.win32.jexcel.Application
Returns true if the application is closed.
isClosed() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is closed.
isClosed() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns "is workbook closed" status.
isClosed() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isComponentDisplayed() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook.WorkbookContainer
 
isEmpty() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell is empty.
isError() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains an error value.
isFindWholePhrase() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the search of a whole phrase is specified.
isForwardDirection() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the forward direction search is specified.
isInPrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
isItalic() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is italic.
isLocked() - Method in class com.jniwrapper.win32.jexcel.Range
 
isLogical() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a number or false otherwise.
isNumber() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a number or false otherwise.
isPrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns true if the component is in the preview mode.
isReadOnly() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is read only.
isReadOnly() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns "is workbook readonly" status.
isReadOnly() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isSaved() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is saved (have not benn changed since the last save operation).
isSaved() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns "is workbook saved" status
isSaved() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isStaticMode() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns true if the workbook is displayed in a static mode and false otherwise.
isStrikethrough() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is striked through.
isText() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a text or false otherwise.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Application
Returns true if the application is visible or false otherwise.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Window
Checked if the window in shown.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns true if the worksheet is visible.
isWorkbookCreated() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns status of embedded Excel workbook.

J

JUSTIFY - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
JWorkbook - Class in com.jniwrapper.win32.jexcel.ui
This class provides functionality for embedding Excel workbook into a Java Swing application as an ordinary Swing component.
JWorkbook() - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component.
JWorkbook(boolean) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component.
JWorkbook(File) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component and displays the specified Excel workbook.
JWorkbook(File, boolean) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component and displays the specified Excel workbook.
JWorkbook.WorkbookContainer - Class in com.jniwrapper.win32.jexcel.ui
 
JWorkbook.WorkbookContainer(OleMessageLoop, JWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook.WorkbookContainer
 
JWorkbookEventAdapter - Class in com.jniwrapper.win32.jexcel.ui
An abstract adapter class for processing worksheet events.
JWorkbookEventAdapter() - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
JWorkbookEventListener - Interface in com.jniwrapper.win32.jexcel.ui
The interface for processing JWorkbook events.
JWorkbookEventObject - Class in com.jniwrapper.win32.jexcel.ui
Instances of the JWorkbookEventObject class are used in the methods of the JWorkbookEventListener interface for providing event details.
JWorkbookEventObject(JWorkbook, GenericWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
 
JWorkbookInterruptException - Exception in com.jniwrapper.win32.jexcel.ui
The class provides functionality of specific exception used to show that JWorkbook event was interrupted.
JWorkbookInterruptException() - Constructor for exception com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(String) - Constructor for exception com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(String, Throwable) - Constructor for exception com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(Throwable) - Constructor for exception com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 

L

LANGUAGE_NEUTRAL_LCID - Static variable in class com.jniwrapper.win32.jexcel.Application
 
LEFT - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
LEFT2RIGHT_BOTTOM2TOP - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
LEFT2RIGHT_TOP2BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
LIGHTDOWN - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTHORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTUP - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTVERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LINESTYLENONE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
load(InputStream) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook.WorkbookContainer
 

M

MAXIMIZED - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
MEDIUM - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
merge() - Method in class com.jniwrapper.win32.jexcel.Range
Merges all cells of the range, at that all data in cells will be lost.
mergeWorkbook(GenericWorkbook) - Method in class com.jniwrapper.win32.jexcel.Workbook
Copies all worksheets from source workbook to current workbook
mergeWorkbook(File) - Method in class com.jniwrapper.win32.jexcel.Workbook
Copies all worksheets from workbook file to current workbook
MINIMIZED - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
moveWorksheet(Worksheet, Worksheet) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Moves the worksheet to the position after the specified worksheet.
moveWorksheet(Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
moveWorksheet(Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.Workbook
Move worksheet content to another.

N

newSheet(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
newSheet(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when a new worksheet is added to the workbook.
newWorkbook(ApplicationEventObject) - Method in interface com.jniwrapper.win32.jexcel.ApplicationEventListener
The event occurs when a new workbook is created in the application.
newWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates a new workbook in the container.
newWorkbook(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
newWorkbook(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs when a new workbook is created.
NONE - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
NONE - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
NORMAL - Static variable in class com.jniwrapper.win32.jexcel.format.Font.Alignment
 
NORMAL - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
Notify(Int32, Int32, WideString) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler.PreviewCallback
 
notifyPrintPreviewStateChanged() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 

O

onPrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
onPrintPreview(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.PrintPreviewAdapter
 
onPrintPreview(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.PrintPreviewListener
 
onPrintPreviewExit() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
onPrintPreviewExit(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.PrintPreviewAdapter
 
onPrintPreviewExit(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.PrintPreviewListener
 
openWorkbook(File) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(File, boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(File, boolean, String) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(File, boolean, String, String) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(ApplicationEventObject) - Method in interface com.jniwrapper.win32.jexcel.ApplicationEventListener
The event occurs when a workbook is opened in the application.
openWorkbook(File) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Opens the specified Excel workbookFile in the container.
OPENXMLADDIN - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
OPENXMLTEMPLATE - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
OPENXMLTEMPLATEMACROENABLED - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
OPENXMLWORKBOOK - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
Without macro's in 2007, .xlsx
OPENXMLWORKBOOKMACROENABLED - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
With or without macro's in 2007, .xlsm

P

PDF - Static variable in class com.jniwrapper.win32.jexcel.FixedFormatType
 
pivotTableCloseConnection(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
pivotTableCloseConnection(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs after a PivotTable report closes the connection to its data source.
pivotTableOpenConnection(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
pivotTableOpenConnection(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs after a PivotTable report opens the connection to its data source.
pivotTableUpdate(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
pivotTableUpdate(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
 
print(int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Prints the specified number of copies of the workbook.
print(int, int, int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Prints the specified range of worksheet.
print(int) - Method in class com.jniwrapper.win32.jexcel.Range
Prints the specified number of copies of the range.
print(int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
print(int, int, int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
print() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
print(PrintParameters) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
Displays a print dialog box.
print(int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
print(int, int, int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
print(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Prints the specified number of copies of the worksheet.
printPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
PrintPreviewAdapter - Class in com.jniwrapper.win32.jexcel.ui
 
PrintPreviewAdapter() - Constructor for class com.jniwrapper.win32.jexcel.ui.PrintPreviewAdapter
 
PrintPreviewListener - Interface in com.jniwrapper.win32.jexcel.ui
 
printPreviewStateChanged(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
printPreviewStateChanged(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Deprecated. see PrintPreviewListener
protect(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Protects worksheet by password.

Q

quit() - Method in class com.jniwrapper.win32.jexcel.Application
Quits this application.

R

Range - Class in com.jniwrapper.win32.jexcel
This class represents a range of cells in a Worksheet.
Range(Cell) - Constructor for class com.jniwrapper.win32.jexcel.Range
Creates a range that contains a single cell.
Range.FindLookIn - Class in com.jniwrapper.win32.jexcel
This class is an enumeration of information types to be searched.
Range.SearchAttributes - Class in com.jniwrapper.win32.jexcel
This class is used for specification find attributes.
Range.SearchAttributes() - Constructor for class com.jniwrapper.win32.jexcel.Range.SearchAttributes
 
recalculateAllFormulas() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Recalculates all formulas.
registerFormatExtension(FileFormat, String) - Static method in class com.jniwrapper.win32.jexcel.FileFormat
 
release() - Method in class com.jniwrapper.win32.jexcel.Range
 
release() - Method in class com.jniwrapper.win32.jexcel.Window
 
release() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
release() - Method in class com.jniwrapper.win32.jexcel.Worksheet
 
removeApplicationEventListener(ApplicationEventListener) - Method in class com.jniwrapper.win32.jexcel.Application
Removes the specified application events listener from the list of listeners.
removeChildResource(ApplicationAwareWrapper) - Method in class com.jniwrapper.win32.jexcel.Application
Removes a specified resource to the managed collection.
removeEventHandler() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Removes the handler of workbook events.
removeEventHandler() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
removeEventHandler() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
removeEventHandler() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Removes the handler of worksheet events.
removeJWorkbookEventListener(JWorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Removes the specified event listener.
removePrintPreviewListener(PrintPreviewListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
removeWorkbookEventListener(WorkbookEventListener) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Removes the specified listener of workbook events.
removeWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
removeWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
removeWorksheet(Worksheet) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Removes the worksheet from the workbook.
removeWorksheet(Worksheet) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
removeWorksheet(Worksheet) - Method in class com.jniwrapper.win32.jexcel.Workbook
Removes worksheet
removeWorksheetEventListener(WorksheetEventListener) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Removes the specified listener of worksheet events.
RIGHT - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
RIGHT2LEFT_BOTTOM2TOP - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
RIGHT2LEFT_TOP2BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 

S

save() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
save(File) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook.WorkbookContainer
 
save() - Method in class com.jniwrapper.win32.jexcel.Workbook
Saves changes in all worksheets of the workbook.
saveAs(File, FileFormat, boolean) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
saveAs(File, FileFormat, boolean) - Method in class com.jniwrapper.win32.jexcel.Workbook
Saves the workbook to the file that is specified by the file argument.
saveCopyAs(File) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Saves a copy of the workbook to another file.
saveCopyAs(File) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
saveCopyAs(File) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
select() - Method in class com.jniwrapper.win32.jexcel.Range
Selects the range on the sheet.
selectAll() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the worksheet.
selectionChanged(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
selectionChanged(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the range selection changes.
SEMIGREY75 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
setActivePrinter(String) - Method in class com.jniwrapper.win32.jexcel.Application
Changes the active printer to the specified one.
setAlignment(Font.Alignment) - Method in class com.jniwrapper.win32.jexcel.format.Font
Sets up a font effect.
setAuthor(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Specifies the workbook author name.
setAuthor(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
setAuthor(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
setBold(boolean) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies if the font is bold or not.
setCaption(String) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the caption of the window.
setCaseSensitive(boolean) - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Instructs Excel to do the case-sensitive search.
setColor(Color) - Method in class com.jniwrapper.win32.jexcel.format.Border
Changes the color of the border.
setColor(Color) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies a font color.
setContainer(JWorkbook.WorkbookContainer) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
setContainer(OleContainer) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
setDisplayAlerts(boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Allows or disallows disabling the Excel alerts depending of the specified parameters.
setDisplayFormulas(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of formulas in the window.
setDisplayGridlines(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of griglines in the window.
setDisplayHeadings(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of headings scroll bar in the window.
setDisplayHorizontalScrollBar(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of horizontal scroll bar in the window.
setDisplayOutline(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of outline in the window.
setDisplayVerticalScrollBar(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of vertical scroll bar in the window.
setDisplayWorkbookTabs(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of workbook tabs in the window.
setEventHandler(WorkbookEventHandler) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Specifies the handler of workbook events.
setEventHandler(WorkbookEventHandler) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
setEventHandler(WorkbookEventHandler) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
setEventHandler(WorksheetEventHandler) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Specifies the handler of worksheet events.
setFindWholePhrase(boolean) - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Instructs Excel to search the whole phrase.
setFormula(String) - Method in class com.jniwrapper.win32.jexcel.Range
Set formula to this range.
setFormulaArray(String) - Method in class com.jniwrapper.win32.jexcel.Range
Set formula array to this range.
setForwardDirection(boolean) - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Instructs Excel to search in the forward direction.
setHeight(int) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the height of the window.
setItalic(boolean) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies if the font is italic or not.
setLineStyle(Border.LineStyle) - Method in class com.jniwrapper.win32.jexcel.format.Border
Changes the line style of the border.
setLocked(boolean) - Method in class com.jniwrapper.win32.jexcel.Range
 
setLookIn(Range.FindLookIn) - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Specifies the type of information to be searched.
setName(String) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies a font name.
setName(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Changes the name of the worksheet.
setPassword(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Sets up a new opening password of the workbook.
setPassword(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Allows setting workbook password.
setPassword(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
setPrintHandler(StdPrintHandler) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler.PreviewCallback
 
setPrintPreview(boolean) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Switches the workbook to the print preview mode and back.
setSaved(boolean) - Method in class com.jniwrapper.win32.jexcel.Workbook
Force setting workbook "saved" status
setSize(double) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies a font size.
setState(Window.State) - Method in class com.jniwrapper.win32.jexcel.Window
Changes the window state.
setStaticMode(boolean) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Changes the embedded workbook displaying mode.
setStrikethrough(boolean) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies if the font is striked through or not.
setTitle(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Sets up the title of the workbook.
setTitle(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
setTitle(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
setUnderlineStyle(Font.UnderlineStyle) - Method in class com.jniwrapper.win32.jexcel.format.Font
Specifies a font underline style.
setValue(String) - Method in class com.jniwrapper.win32.jexcel.Cell
Changes the cell value to the specified one.
setValue(long) - Method in class com.jniwrapper.win32.jexcel.Cell
Changes the cell value to the specified one.
setValue(double) - Method in class com.jniwrapper.win32.jexcel.Cell
Changes the cell value to the specified one.
setValue(Date) - Method in class com.jniwrapper.win32.jexcel.Cell
Changes the cell value to the specified one.
setVisible(boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Shows or hides the application.
setVisible(boolean) - Method in class com.jniwrapper.win32.jexcel.EntireRange
 
setVisible(boolean) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the visibility of the window.
setVisible(boolean) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Shows or hides the worksheet.
setWeight(Border.LineWeight) - Method in class com.jniwrapper.win32.jexcel.format.Border
Changes the line weight of the border.
setWidth(int) - Method in class com.jniwrapper.win32.jexcel.Window
Sets up the width of the window.
setWritePassword(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Sets up a new write protection password of the workbook.
setWritePassword(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Allows setting write protection password.
setWritePassword(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
setZoom(double) - Method in class com.jniwrapper.win32.jexcel.Window
Specifies the document zoom in percents.
sheetCalculated(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
sheetCalculated(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs after any part of worksheet is recalculated or after any changed data is plotted on a chart.
sheetSelectionChange(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
sheetSelectionChange(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when a worksheet selection is changed.
showPrintDialog() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Displays print dialog.
SINGLE - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
SINGLEACCOUNTING - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
SLANTDASHDOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
SOLID - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
sort(String, boolean, boolean) - Method in class com.jniwrapper.win32.jexcel.Range
Sorts rows of the range in accordance with data of the specified column identified by given name.
sort(int, boolean, boolean) - Method in class com.jniwrapper.win32.jexcel.Range
Sorts columns of the range in accordance with data of the specified row.
StdPrintHandler - Class in com.jniwrapper.win32.jexcel.ui
Standard implementation of Print handler.
StdPrintHandler(OleMessageLoop, JWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
StdPrintHandler.PreviewCallback - Class in com.jniwrapper.win32.jexcel.ui
 
StdPrintHandler.PreviewCallback(CoClassMetaInfo) - Constructor for class com.jniwrapper.win32.jexcel.ui.StdPrintHandler.PreviewCallback
 
SUBSCRIPT - Static variable in class com.jniwrapper.win32.jexcel.format.Font.Alignment
 
SUPERSCRIPT - Static variable in class com.jniwrapper.win32.jexcel.format.Font.Alignment
 
SYLK - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 

T

TEMPLATE - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
TEMPLATE8 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
TextAlignment - Class in com.jniwrapper.win32.jexcel.format
This class in an enumeration of text alignment choices.
TextAlignment(long) - Constructor for class com.jniwrapper.win32.jexcel.format.TextAlignment
 
TEXTMAC - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
TEXTMSDOS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
TextOrientation - Class in com.jniwrapper.win32.jexcel.format
This class in an enumeration of text orientation choices.
TextOrientation(long) - Constructor for class com.jniwrapper.win32.jexcel.format.TextOrientation
 
TEXTPRINTER - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
TEXTWINDOWS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
THICK - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
THIN - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
toExcelFont(Font) - Method in class com.jniwrapper.win32.jexcel.format.Font
 
TOP - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Vertical text alignment kind.
toString() - Method in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.Font.Alignment
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.TextAlignment
 
toString() - Method in class com.jniwrapper.win32.jexcel.format.TextOrientation
 
toString() - Method in class com.jniwrapper.win32.jexcel.Window.State
 
toXlBordersIndex() - Method in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
toXlBorderWeight() - Method in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
toXlHAlign() - Method in class com.jniwrapper.win32.jexcel.format.TextAlignment
 
toXlLineStyle() - Method in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
toXlOrientation() - Method in class com.jniwrapper.win32.jexcel.format.TextOrientation
 
toXlPattern() - Method in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
toXlVAlign() - Method in class com.jniwrapper.win32.jexcel.format.TextAlignment
 

U

UNICODETEXT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
union(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Enlarges the range by adding a new range specified by the range parameter.
union(String) - Method in class com.jniwrapper.win32.jexcel.Range
Enlarges the range by adding a new range specified by its string representation.
unmerge() - Method in class com.jniwrapper.win32.jexcel.Range
Un-merges cells of the range.
unprotect(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Unprotects worksheet by password.
UP - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
UPWARD - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 

V

VALUES - Static variable in class com.jniwrapper.win32.jexcel.Range.FindLookIn
 
VERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
VERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 

W

WEBARCHIVE - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
Window - Class in com.jniwrapper.win32.jexcel
This class provides functionality for working with Excel windows.
Window.State - Class in com.jniwrapper.win32.jexcel
This class is an enumeration of supported window states.
windowActivate(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
windowActivate(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when any workbook window is activated.
windowDeactivate(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
windowDeactivate(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when any workbook window is deactivated.
windowResize(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
windowResize(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when any workbook window is resized.
WJ2WD1 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WJ3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WJ3FJ3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK1 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK1ALL - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK1FMT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK3FM3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WK4 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WKS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
Workbook - Class in com.jniwrapper.win32.jexcel
This class provides functionality for working with an Excel workbook.
Workbook(_Workbook, Application) - Constructor for class com.jniwrapper.win32.jexcel.Workbook
 
WORKBOOKDEFAULT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
WorkbookEventAdapter - Class in com.jniwrapper.win32.jexcel
An abstract adapter class for processing workbook events.
WorkbookEventAdapter() - Constructor for class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
WorkbookEventHandler - Interface in com.jniwrapper.win32.jexcel
The interface for handling workbook events.
WorkbookEventListener - Interface in com.jniwrapper.win32.jexcel
The interface for processing workbook events.
WorkbookEventObject - Class in com.jniwrapper.win32.jexcel
Instances of the WorkbookEventObject class are used in the methods of the WorkbookEventListener and WorkbookEventHandler interfaces for providing event details.
WorkbookEventObject(GenericWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.WorkbookEventObject
 
WorkbookEventObject(GenericWorkbook, Worksheet) - Constructor for class com.jniwrapper.win32.jexcel.WorkbookEventObject
 
WorkbookEventObject(GenericWorkbook, PivotTable) - Constructor for class com.jniwrapper.win32.jexcel.WorkbookEventObject
 
WorkbookEventObject(GenericWorkbook, Window) - Constructor for class com.jniwrapper.win32.jexcel.WorkbookEventObject
 
WORKBOOKNORMAL - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
workbookOpened(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
workbookOpened(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs when a workbook is opened.
workbookSaved(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
workbookSaved(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs when a workbook is saved.
WORKS2FAREAST - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
Worksheet - Class in com.jniwrapper.win32.jexcel
This class provides functionality for working with an Excel worksheet.
WorksheetEventAdapter - Class in com.jniwrapper.win32.jexcel
An abstract adapter class for processing worksheet events.
WorksheetEventAdapter() - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
WorksheetEventHandler - Interface in com.jniwrapper.win32.jexcel
The interface for handling worksheet events.
WorksheetEventListener - Interface in com.jniwrapper.win32.jexcel
This interface for processing worksheet events.
WorksheetEventObject - Class in com.jniwrapper.win32.jexcel
Instances of the WorksheetEventObject class are used in the methods of the WorksheetEventListener and WorksheetEventHandler interfaces for providing event details.
WorksheetEventObject(Worksheet) - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventObject
 
WorksheetEventObject(Worksheet, Range) - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventObject
 
WorksheetEventObject(Worksheet, Cell) - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventObject
 
WorksheetEventObject(Worksheet, Hyperlink) - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventObject
 
WorksheetEventObject(Worksheet, PivotTable) - Constructor for class com.jniwrapper.win32.jexcel.WorksheetEventObject
 
WQ1 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 

X

XMLSPREADSHEET - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
XPS - Static variable in class com.jniwrapper.win32.jexcel.FixedFormatType
 

A B C D E F G H I J L M N O P Q R S T U V W X