FlexRepeater for Excel style input

I have been tasked with converting an excel data entry to ignition. I am attempting to use a flex repeater to duplicate the rows, but with the hopes to some how bind a UDT instance to each row or a dataset connected to the row. I want to avoid binding every single cell in each column of every row manually, but instead be able just repeat the object or UDT to create more with the binding in place. or at the very least make it so I only need to drag and drop the binding. otherwise I would need to manually bind thousands of of tags to each individual cell in every column of every row.

Pass a tagpath string parameter for a row to the flex repeater, containing the common prefix the row needs for all of its tags. Use indirect tag binding in the repeated view, providing the suffix needed in each cell. (This is precisely the purpose of indirect tag binding.)