fromArray()
is used to put content inside cells (in the same way as, for example, setCellValue()
); but in Excel, images aren't stored inside cells, they are overlaid, effectively displayed over the cell, so fromArray()
can never be used with images....The actual positioning of an overlaid image can be relative to the top-left corner of a cell, with x and y offsets, but otherwise it has no direct connection to any cell