Write to Excel so the pictures are placed in cell and alt text is included

I would recommend the write to Excel Template to maintain the formatting and existing programming / references in other cells. Here is a workflow that I uploaded a few days ago that writes both png images and string values into a template file.

For a simple solutions, I would just write the text to another column and reference it for filtering via drop-down. You can always hide the referenced filter column in the template file.

Adding alt text specifically might be possible via Python openPyXL.

1 Like