<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Excel - What is the &quot;Repeat and inline value&quot; supposed to create - this should be explained better. &nbsp;Also the output is not a very useful excel table. &nbsp;See attached repeat.xsl.<br>
</blockquote></div><br>It is just to show that you can use ui:repeat inside a cell. Some users wanted it. Purely looking at the output surely seems a bit weird, but looking at the code producing it, clarifies a lot:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;e:cell&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;ui:repeat value=&quot;#{list}&quot; var=&quot;person&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #{<a href="http://person.name">person.name</a>},&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/ui:repeat&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/e:cell&gt;<br>
<br>/ Daniel<br>