JExcel is a library for integrating Microsoft Excel into Swing applications and for working with Excel workbooks and worksheets from Java programs. JExcel functionality can be divided into the following main parts: # Automation of an Excel application, workbooks, worksheets, etc. This is the core functionality of the JExcel library that allows working with Excel applications, workbooks, worksheets, ranges and cells. # Embedding a workbook in a Java Swing application. JExcel provides the JWorkbook component that allows embedding an Excel workbook in a Java Swing application as an ordinary Swing component. # Handling Excel workbook or worksheet events. Workbook and Worksheet JExcel classes allow adding listeners for events generated by a workbook or worksheet and event handlers to affect the application behavior. # Working with native peers. Native peers are provided to allow you to add custom functionality based on JExcel.
Keywords: JExcel, JNIWrapper, Java, native, win32, JNI, Windows, Excel, Workbook, API, Worksheet, Office
Recent Changes: Not Established
Install Support: No Install Support
Supported Languages: English
Additional Requirements: JSDK/JRE 1.3.x, 1.4.x and 1.5.x
|