Alain and all.
Related to my earlier posting for saving a value within a repeat...if you
look at the code below, let's say that row and cols data are number and I
want to display in red the cells in which the sum of the row and col is
larger than 10 for example. For that I need to store the row v
Hi Alain.
Thanks for the feedback. Actually, I found a small quirk with this code.
In the code you have below, instead of 2 xf:output, if you use just one
with a concat, it works fine. Looks like after the first xf:output it
looses the cols index.
Anyway, with this problem kind of solved I hav
Hello Elias,
> I'm trying to create a spreadsheet where the rows and columns are in
> separate instances, something like:
>
>
>
>
> stuff
>
>
> more stuff
>
> ...
> ...
>
>
>
>
>
>
> stuff
>
>
> more stuff
>
> ...
> ...
>
>
Hi.
I'm trying to create a spreadsheet where the rows and columns are in
separate instances, something like:
stuff
more stuff
...
...
stuff
more stuff
...
...
As you can see I'm usi