Hallo everyone,
can someone help me with this, i am trying to export list rfom Dynamo to Exel using Data.ExportExcel node, but i keep getting this warning: (Null value cannot be converted to Int32 ), what does it mean?.
Thank you
Hallo everyone,
can someone help me with this, i am trying to export list rfom Dynamo to Exel using Data.ExportExcel node, but i keep getting this warning: (Null value cannot be converted to Int32 ), what does it mean?.
Thank you
@yazanhijazeen32 Please share a screenshot of your graph.
Make sure to pin all the output previews.
@yazanhijazeen32 startCol has to be a number [0 for A, 1 for B and so on…)
Also you might need to provide a sheetName.

@AmolShah thank you, it worked
