HanDBase on the iPad keeps images separate from the database. The database would store a reference to the file name of the image. The image file itself is something that can either be backed up by our conduit, or copied via the Desktop Connect feature (this is where you access your HanDBase files via wifi from your desktop/laptop). From there you can download a .zip of all the image files.
The conduit does this automatically and places all the images in a folder like this:
My Documents\HanDBase\Images
If you exported the database from HanDBase to CSV or directly to Excel you'd have the file name in the column for the photo name. However, this would not contain the path to the file and that is dependent on where you put them on your computer.
In excel there isn't a built in way to show an image based on a file name but there are macros people have written to do this. Here is one such example:
http://stackoverflow.com/questions/1377 ... hem-in-celYou'd have to prepend the path where you put the files though another cell or put it in the macro itself. Then run the macro and you'd have all the images imported into your spreadsheet.