Generated by
JDiff

Class com.jniwrapper.win32.jexcel.Application

Removed Methods
void unadviseHandler()  
 

Added Methods
void close(boolean) Closes the application and all opened workbooks without saving changes.
boolean getDisplayAlerts() Checks whether Excel alerts are enabled or disabled.
void quit() Quits this application.
void setDisplayAlerts(boolean) Allows or disallows disabling the Excel alerts depending of the specified parameters.
 

Changed Methods
Workbook openWorkbook(File, boolean) Change in return type from GenericWorkbook to Workbook.
Opens the specified workbook.