Categories
Search
JExcel
JExcel
| License | Free to try |
| Requirements | 32M RAM 25M free Harddisk space |
| Operate System | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP |
| Downloads | 377 |
| Price | $ 249.00 |
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: 1,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. 2,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. 3,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. 4,Working with native peer: Native peers are provided to allow you to add custom functionality based on JExcel.