Categories > OpenTBS with XLSX >

block with more one rows in excel

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: denrique
Date: 2008-07-08
Time: 21:56

block with more one rows in excel

Hi, how make that one row block render in more one row in the excel.
By exemple:
          A                      B
1 [b1.title;block=Row]  
2                               [b1.nickname;block=Row]

Thanks.
By: Skrol29
Date: 2008-07-08
Time: 22:23

Re: block with more one rows in excel

Hi Denrique,

Here is the way:

          A                      B
1 [b1.title;block=Row+Row] 
2                               [b1.nickname]
By: denrique
Date: 2008-07-08
Time: 22:26

Re: block with more one rows in excel

Thanks, its work.