Incremental outputs to excel

Hi Cristiane

As a simple example:

  1. Export room data using Dynamo- I used sqlite as it is quick & easy to append data- you could possibly use Excel. A timestamp is recorded each time it is run, so each room would have multiple records with the area at that time.
  2. Link the data into Excel and display as a pivottable. Differences highlighted using conditional formatting

In this example

  • on the second Dynamo run, I moved a wall so rooms 206 & 207 changed
  • on the 3rd run, I deleted room 207

Andrew

1 Like