Batch-convert CAD/BIM files to analysis-ready XLSX and optional DAE with automatic verification and a clean HTML report. Runs locally via RvtExporter.exe
and PowerShell on Windows.
Supports configurable export modes — basic (~309 categories), standard (~724), and complete (~1209) — plus optional outputs such as bounding boxes, Revit schedules, and PDF drawings.
.rvt
, .ifc
, .dwg
, or .dgn
.RvtExporter.exe [input] [output.xlsx] [output.dae] [options]
.basic
| standard
| complete
| custom
bbox
(BoundingBox to XLSX), schedule
(Revit schedules), sheets2pdf
(Sheets → PDF)-no-xlsx
, -no-collada
[<output file>]
and [<category file>]
(used with custom
)Examples
basic bbox
— minimal export + BoundingBoxcomplete schedule sheets2pdf
— full export + schedules + PDFsstandard -no-collada
— XLSX only (skip DAE)C:\DDC_Converter_Revit\datadrivenlibs\RvtExporter.exe
converter_path
: C:\DDC_Converter_Revit\datadrivenlibs\RvtExporter.exe
source_folder
: folder with your projectsoutput_folder
: folder for resultsinclude_subfolders
: true
/ false
file_extension
: .rvt
| .ifc
| .dwg
| .dgn
options
: see Converter options*_ext.xlsx
— tabular data per input file.*_ext.dae
— lightweight 3D (if not disabled with -no-collada
).CAD_Conversion_Report_YYYY-MM-DD_HH-MM-SS.html
— summary with:
Get-ChildItem
for discovery and cmd /c start
to open the report.-no-collada
, success/verification is XLSX-only (DAE is skipped).Data Extraction · Files & Storage · ETL · CAD/BIM
cad-bim
, revit
, ifc
, dwg
, dgn
, converter
, batch
, xlsx
, dae
, qto
DataDrivenConstruction.io
[email protected]
We work with leading construction, engineering, consulting agencies and technology firms around the world to help them implement open data principles, automate CAD/BIM processing and build robust ETL pipelines.
If you would like to test this solution with your own data, or are interested in adapting the workflow to real project tasks, feel free to contact us.
Docs & Issues:
Full Readme on GitHub