Hi,
I am using FME Desktop 2017.1 and I would like to be able to write a photo in JPEG format to output into a cell in an Excel spreadsheet.
Does anyone know how to do this?
Thank you
Hi,
I am using FME Desktop 2017.1 and I would like to be able to write a photo in JPEG format to output into a cell in an Excel spreadsheet.
Does anyone know how to do this?
Thank you
Hi @aquamarine,
You should be able to do this by first reading in the JPEG image and then using an AttributeManager or Creator to specify a value for the xlsx_row_id and xlsx_col_id format attributes for the cell you want the image to be located in. Then just send this to the Excel writer.