Categories > OpenTBS with XLSX >

how to do sub1 + row in xlsx

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: bulletxt
Date: 2017-03-15
Time: 16:45

how to do sub1 + row in xlsx

Hi,
in xlsx format I'm doing this:

[clienti.nominativo;sub1=polizza_new]
[clienti_sub1.polizza;block=Row]

However nothing is working,the excel will just come out with that text. What am I doing wrong?  Thanks
By: Skrol29
Date: 2017-03-15
Time: 22:08

Re: how to do sub1 + row in xlsx

You have do to a $TBS->MergeBlock(...) at the PHP side.

In your snipped, block "clienti" has no bounds, so only first record will be merged.