Uses of Class
com.jniwrapper.win32.jexcel.ExcelException

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

Uses of ExcelException in com.jniwrapper.win32.jexcel
 

Methods in com.jniwrapper.win32.jexcel that throw ExcelException
 Worksheet Workbook.addWorksheet(java.lang.String name)
           
 Worksheet GenericWorkbook.addWorksheet(java.lang.String name)
          Adds a worksheet to the workbook.
 Worksheet Workbook.addWorksheet(Worksheet after, java.lang.String name)
           
 Worksheet GenericWorkbook.addWorksheet(Worksheet after, java.lang.String name)
          Adds a worksheet to the workbook.
 void Workbook.mergeWorkbook(java.io.File wbfile)
          Copies all worksheets from workbook file to current workbook
 void Workbook.mergeWorkbook(GenericWorkbook source)
          Copies all worksheets from source workbook to current workbook
 Workbook Application.openWorkbook(java.io.File file)
          Opens the specified workbook.
 Workbook Application.openWorkbook(java.io.File file, boolean readOnly)
          Opens the specified workbook.
 Workbook Application.openWorkbook(java.io.File file, boolean readOnly, java.lang.String password)
          Opens the specified workbook.
 Workbook Application.openWorkbook(java.io.File file, boolean readOnly, java.lang.String password, java.lang.String writeResPassword)
          Opens the specified workbook.
 void Range.sort(int row, boolean ascending, boolean caseSensitive)
          Sorts columns of the range in accordance with data of the specified row.
 void Range.sort(java.lang.String columnName, boolean ascending, boolean caseSensitive)
          Sorts rows of the range in accordance with data of the specified column identified by given name.
 

Constructors in com.jniwrapper.win32.jexcel that throw ExcelException
Application()
          Creates an instance of Excel application.
 

Uses of ExcelException in com.jniwrapper.win32.jexcel.ui
 

Methods in com.jniwrapper.win32.jexcel.ui that throw ExcelException
 Worksheet JWorkbook.addWorksheet(java.lang.String name)
           
 Worksheet JWorkbook.addWorksheet(Worksheet after, java.lang.String name)
           
 

Constructors in com.jniwrapper.win32.jexcel.ui that throw ExcelException
JWorkbook()
          Creates an instance of JWorkbook component.
JWorkbook(boolean staticView)
          Creates an instance of JWorkbook component.
JWorkbook(java.io.File workbook)
          Creates an instance of JWorkbook component and displays the specified Excel workbook.
JWorkbook(java.io.File workbook, boolean staticView)
          Creates an instance of JWorkbook component and displays the specified Excel workbook.