var fDesc=new Array(); fDesc[0] = "Workbook Unprotection can remove forgotten protection passwords of Excel files with one click. For instance, it can remove the password that protects the structure of an Excel workbook and unprotect the workbook; it could unlock worksheet without password; it can remove the read-only password (Password to Modify) in Excel workbook to gain write access. The software only supports Excel *.xlsx file, and Excel 97-2003 file (*.xls) needs to be converted to *.xlsx file firstly, then remove protection to unprotect workbook. Thus, MS Excel Workbook 97/2000/2003/2007/2010/2013/2016 are the files that the software support. Moreover, Workbook Password Remover can be operated in Windows 2000/2003/2008/2012/2016/XP /Vista/Win7/Win8/Win10(32 bit & 64 bit). In addition, its procedures for Excel workbook password removal are simple, that is: import excel file (*.xlsx), then click on "Remove Password" button, and the whole operation process is done! In such a easy way, the users can regain the editing access to the encrypted Excel file before."; 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 = ''; } }