Image not binding row with AddTable function - Flexcel for .net

HI,
In our application we have a requirement to bind image in excel row level. The image is not binded while using AddTable function. Code is throwing error. ("The expression "Data.logo" on the Excel template refers to DataTable "Data" which is not defined. Verify that the cell with the expression is inside a "Data" or similar named range.''")
This issue is occurring only while binding image in each row.

Whereas binding image in a cell with SetValue function is working.

Can you please guide us in binding the images along with other column values in each row using addtable() function.


This case should work, it is what we use in the demo: Images (C# / netframework) | FlexCel Studio for the .NET Framework documentation

Based in the message, it is like somehow the image isn't inside the __Data__ range, even though it should be given the image is completely inside row 13 and the others data.field fields are also in that row. I am not sure on what is happening, but can you show me the template you are using so I can see if I can figure it out? You can post it here, or if you prefer you can email it to adrian@tmssoftware.com