var fDesc=new Array(); fDesc[0] = "ExtenXLS is the fastest and most reliable Java spreadsheet SDK available. For over 10-years, hundreds of companies worldwide have depended upon ExtenXLS for their Java applications to read, edit, generate, and display Excel spreadsheets.


Reusing Business Logic and Spreadsheet Templates ExtenXLS maximizes the ROI from your existing investment in spreadsheets and Excel skills by giving you the power to embed spreadsheets in any Java application. With robust charting, total control over formatting, and live data capabilities, applications such as BI and Workflow Management can be customized by business users using Excel and then implemented directly in your Java applications with a few lines of code. ExtenXLS allows your users to maintain business logic and report templates using Excel formulas they have already mastered.

With full support for Excel '97-2010, ExtenXLS provides the most high-performance and robust handling of Excel spreadsheets available. Using this mature commercial-grade class library, you can be sure that ExtenXLS will not corrupt your Excel spreadsheets, and can handle any input Excel files no matter how complex. Written entirely in Java, ExtenXLS is compatible with any operating system running Java 1.5 or later."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }