var fDesc=new Array();
fDesc[0] = "One of the widely used software to convert access to Excel. It is designed with simplicity so that non-tech users can also use this tool whenever required without hassle. It integrates several impeccable features such as:-
1. It provides different options to Export Access Database such as Excel, CSV, ACCDB, & MDB Format.
2. It can convert MS Access Tables including all data into MS Excel File Format (.xlsx & .xls)
3. Also supports corrupted, inaccessible files, and deleted records to export to XLS / XLSX
4. Manages the dual saving options one is the Excel Per Database and another is the Excel Per Table.
5. This tool is full-fledged to access to convert only schema or Schema and data.
6. There is no limitation of file size to export Microsoft Access to Excel (XLS & XLSX)
7. No need to install MS Access to convert the Access database to Excel.
8. Supports Windows 11 or below versions as well.";
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 = '';
}
}