Embed image to excel not working (Bumblebee)

Hi

I´m trying to embed an existing image into an excel file using the Embed Image node from Bumblebee. When I click run, the watch node gives me an error saying “Name ‘ws’ is not defined”. Is there a solution to this?


Make sure that the “Sheet” worksheet exists in the file. The error seems to suggest that it wasn’t found.

Hello ! the scripts you done here are really good and helps me a lot at listing materials/parts of a structural ensemble. Unfortunately, the embed image doesn’t work for me even if the sheet with the name exists in the excel file. Also I have some problems with the colors of the cells that worked before but after change the excel file not working anymore. Maybe is a problem with loading information ? Embedding images is the most important and help will be much appreciated. Thanks !

Ok so image is working right after I input the name to the sheetName but after closing the revit and dynamo and reopen it I get the traceback error. I have to output from the sheetName and input again for the image to load in excel. Is there a way to reload the input and when I open the revit/dynamo to read it automatically ?
image

Found the solution ! Leave the filePath input blank everywhere. Add a Passthrough node from Clockwork package for each node you want to be executed in a certain order + a “true” value to passThrough input and connect passThrough output to RunIt. Worked very well for me ! :slight_smile: