bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
277 stars 75 forks source link

BVN Batch Processor not writing correct values on Excel sheet #78

Open KP-Kim opened 3 years ago

KP-Kim commented 3 years ago

Hello, I’m using BVN Batch Processor to create a report sheet on Excel. I’m using Data.ExportExcel node to shoot all the data/values into Excel sheet.

image

As you can see in the image, I’m trying to put all the data in an order from Column 11. However, the title for column 11 does not show up even tho the titles for 12-15 show up. The same situation happens for other graphs where the very first title on the list does not show up but the rest does.

image

When I run this manually on Dynamo, all titles show up correctly. I checked the base model of Excel sheet and the base sheet has all the titles in place. When using BVN, it seems like it overrides the main template and deletes those ‘first on the list’ for each graphs’ titles.

Please let me know if you need more information. Thank you!