var fDesc=new Array(); fDesc[0] = "SpreadsheetConverter is an add-on to Excel for Windows. After you’ve installed the program it appears in Excel’s menu. Just press the Convert button in the menu and your spreadsheet is converted to a modern, cross-platform web page with HTML and JavaScript. You can also build a mobile app or a server application for Node.js or ASP.Net servers.

With this powerful add-in for Excel, you can convert spreadsheets to modern web pages with advanced functionality that would be very costly to develop using a professional web designer.

Design the perfect order form in Excel with calculated totals, weights, and volumes, as SpreadsheetConverter appears as an extra menu in Excel where you can add graphical widgets and other important form elements to your design. The converted web page automatically sends new orders via e-mail to your order desk."; 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 = ''; } }