How would I go about doing a table something like this:
------------------------------------------------------------------------------------------------------------------------------------
|Component A | Component B | Component C | Component Total | Rate | Final
|------------------------------------------------------------------------------------------------------------------------------------|
|SFFieldA | SFFieldB | SFFieldC | Sum(A,B,C) | SFFieldD | Sum * SFFieldD |
|------------------------------------------------------------------------------------------------------------------------------------|
Where SFFields are some field tagged into the template from our Apex Data Sources within the row which is tagged to be replicated, so that when the user opens excel sheets and modifies field A, B, or C, that the Sum will update as well as the final.
Any formulaic reference to a cell (direct or indirect) to excel cells that are within a replicated row within that same row will cause DocGen to fail with a Microsoft Office error (so a sum of all rows along a column works, but a sum within the same row will fail). Seems like somewhat of an essential functionality, but have been unable to find anything that works, any questions on the forums or any solutions in the documentation.