Suppose I have a Google sheet with each row corresponding to a film, and columns corresponding to Title, Director, Nation, Year, Cast, Plot etc. Having sorted and filtered the sheet in some way of interest, I would like to be able to produce a Google document more or less of the form:
[Title from Row 1] by [Director from Row 1] with [Cast from Row 1] ([Nation from Row 1], [Year from Row 1]) - [Plot from Row 1]
[Title from Row 2] by [Director from Row 2] with [Cast from Row 2] ([Nation from Row 2], [Year from Row 2]) - [Plot from Row 2]
and so on.
That is, I'd need to simply reformat some contents of the sheet in a series of text paragraphs, with some minimal formatting (italics and boldface, say), in an automated way.
Is this feasible?