var fDesc=new Array(); fDesc[0] = "Spreadsheet Server is a powerful Excel add-in which brings real-time data from your General Ledger directly into your Excel spreadsheets, with complete drill-down to all details.

The user has complete control and ultimate flexibility to design real-time reports using only Excel features and functions. Summary balances and all levels of detail can be retrieved and manipulated in Excel.

Spreadsheet Server converts Excel into a tightly integrated analytical tool for a financial system by initiating a direct link to the General Ledger providing a one-way SQL query dialog with the databases. This eliminates the need for downloading, staging or warehousing of data.

Main features:
-Real-time balances from General Ledger
-Drill-down capability
-Combine reporting, account inquiry and journal inquiry into one application
-No staging area or data warehousing needed
-No more downloading or re-keying /exporting of spreadsheet data
-Eliminate requirement for IT or super-users to create/change financial reports.
-Reduce number of days to close your books
-Publish Executive-quality reports from your current spreadsheet software
-Increase efficiency and timelines of your budgeting process"; 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 = ''; } }