var fDesc=new Array(); fDesc[0] = "To make XLSX file readable into XLS file format you need an external solution to convert XLSX file to XLS format, so that you can open, read, edit XLSX files into XLS format.
XLSX to XLS Converter simply help users in a step-by-step procedure to convert XLSX file to XLS file format. Convert XLSX to XLS tool easily converts .XLSX file to XLS file without loss of any data in other words this software successfully converts the .XLSX file with all details - contents, data, tables, rows, etc to .XLS file accurately & correctly that gives the benefit to the users to manage the data easily."; 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 = ''; } }