var fDesc=new Array(); fDesc[0] = "Native access to Excel files. The user doesn't need to have Excel, or any other software installed.
XLSReadWriteII works as an invisible Excel workbook. All cell values are always accessible.
Stability. One of the major goals with XLSReadWriteII was to create a product that won't corrupt the Excel files and won't alter any data in the file.
XLSReadWriteII is easy to use. With the formatting interface, you can format cells through a cell object.
Fast and efficient support when you have any questions.
No runtime fees for the component.
Full source code included."; 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 = ''; } }