var fDesc=new Array(); fDesc[0] = "ACAD DWG to XLS Converter enables you to extract block attribute data from AutoCAD drawings (DWG and DXF) and quickly convert DWG to XLS, DXF to XLS files with AutoCAD not required. Batch conversion available. Support DWG version: AutoCAD R3 to the latest AutoCAD 2005.

Features:

Extract block attribute data
Convert DWG to XLS, CSV, TXT
Convert DXF to XLS, CSV, TXT
Batch conversion
Multiple-threading
Background color
Zoom
Model space, paper space
Delimiter for CSV
Command-line switches (only available in the command line version)
Supported AutoCAD drawing version R3 ~ R2005
Standalone with AutoCAD not required"; 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 = ''; } }