Add-in allows to import parameter values from Excel database, created with DataDrivenConstruction Excel Add-in or DDC Revit converter.
Check out our Revit Tutorial: Update parameters using Excel data | Step-by-Step Guide for more information.
Revit 2020-2024
To install for Revit 20XX run \DdcImportExcel\DdcImportExcel.Installer\output\DdcImportExcel-<version>-Revit20XX.msi
. Then restart all Revit instances if some were running.
-
Export you Revit model to xlsx file using DataDrivenConstruction Excel Add-in or DataDrivenConstruction Revit convertor DDC Revit converter
-
Go to Add-Ins tab in Revit, select
Import DDC Excel
fromDdcImportExcel
panel.
-
If xlsx file named the same, as you model file +
_rvt
postfix is found inDDC
subfolder of your models folder, import will occur from it. -
If there is no such file, add-in ask you to locate it.
-
Import from a file will be performed from a sheet that has the same name as the model, truncated to 25 characters.
-
If no such sheet is found, the add-in will ask you to enter the name of the required sheet.
- After importing, the log file saved in the Windows temporary folder will be prompted to be opened (for example, in Notepad).\
If you don't have changes to Revit. Try changing the name in the Name parameter and remove the “: String” parameter type so that only “Name” remains
- Change parameter values in Excel cells and import them back into the model.
- Create new parameters by creating new columns on the sheet and adding the "new_" prefix to the names of new parameters. Important: these parameters will be created as shared project parameters for instances of elements of the category for which the parameter value will be specified in the Excel table. You must specify the parameter data type after the name in the same way as exported parameters, after the colon (currently, only String type is supported). There must be a
:
(space-colon-space) separator after the parameter name.
If you encounter any issues or have questions, please file an issue on the GitHub repository or email us at [email protected].