Do you need to generate reports in the tabular format or process ready reports from Java code under Microsoft Windows in Excel format? JExcel library provides a simple and effective way to integrate Excel into Java Swing applications without a specific knowledge of Microsoft Office programming.
You can easily display, create, print, read, write or modify your Excel workbooks (both *.xls and *.xlsx) using a comprehensive Java Excel API. You’ll get an ability to customize various cell properties including text font, cell background and borders, text alignment and orientation, etc. In other words—with JExcel you’ll have a full control over Excel in Java.
Embed Excel into Java Swing Apps Using the JWorkbook class as an OLE container, you can embed an Excel workbook into a Java Swing application just like an ordinary Swing component for working with its content.
Full Control Over Excel in Java With JExcel, you can work with whole files or specific ranges of cells, modify values, formats, formulas; convert cells and ranges, merge/unmerge cells, customize cell appearance, etc.
Listen and Handle Excel Events With JExcel, you can add listeners to the events generated by a workbook or worksheet as well as process them by handlers to affect respectively the behavior of a workbook or worksheet.