How to Export BOQ (Bill of Quantity) data into excel/CSV file from Revit using A

How to Export BOQ (Bill of Quantity) data into excel/CSV file from Revit using A

Anonymous
Not applicable
1,657 Views
1 Reply
Message 1 of 2

How to Export BOQ (Bill of Quantity) data into excel/CSV file from Revit using A

Anonymous
Not applicable

How to Export BOQ (Bill of Quantity) data into excel/CSV file from Revit using API's?

0 Likes
1,658 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

By retrieving the elements of interest and their properties that you wish to export and writing the data into a suitably formatted text file.

  

The FireRating Revit SDK sample demonstrates exporting parameter data to Excel, and re-importing:

 

https://thebuildingcoder.typepad.com/blog/2012/09/exporting-parameter-data-to-excel.html

  

Many other samples both in the Revit SDK and shared by The Building Coder show both how to access BIM data and how to export it to text files.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes