ksobon / Bumblebee

Excel interop for Dynamo
36 stars 14 forks source link

Read Excel does not update #16

Closed JPDOliveira closed 8 years ago

JPDOliveira commented 8 years ago

The read excel from Bumblebee package doesn’t update the data just by modifying the excel file for manual or automatic run. So, you have to modify something in the dynamo file (e.g. put “Runit” false and then true again) in order to get the data updated again.

Files/Images

Best Regards.

ksobon commented 8 years ago

It should support File.FromFilePath() now which allows for watching changes made to the excel files on your drive. It still doesn't support live updates for changes made to excel when in live mode.