This is Google Apps Script for inserting dynamic images into Google Docs using bookmarks. Images are stored in Google Drive.
None.
Check the boxes then click Custom Menu -> Create documents
DO NOT re-arrange columns or delete columns affected by the ranges.
Read
'Sheet1'!A2:B
Write
None
imageFolder/
├── John Smith/
│ ├── Figure 1.png
│ └── Figure 2.jpg
├── Jane Doe/
│ ├── Figure 1.jpg
│ └── Figure 2.png
└── (etc)
docsFolder/
├── John Smith.gdoc
├── Jane Doe.gdoc
└── (etc)