var fDesc=new Array(); fDesc[0] = "Excel-MySQL converter is a powerful tool to convert any Excel file into a MySQL database and vice versa, supporting many advanced features such as: command line, task scheduling , sheets and columns selection, ability to append only new records to the target mysql database.

Ability to convert any Excel file into MySQL directly or indirectly via a PHP script if remote connection to your MySQL server is denied for any reason.

Ability to schedule the conversion tasks to be performed automatically.

Ability to append only new records to an already existing table."; 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 = ''; } }