Posted 28 March 2019, 4:39 am EST
I have a nidificate loop in client sidedim Riga as integer=-1
for i=1 to 10
Riga=Riga+1
lista.sheets(0).rowcount=riga+1
lista.sheets(0).cells(riga,0).text="Hello"+i.tostring
for k=1 to 5
Riga=Riga+1
lista.sheets(0).rowcount=riga+1
lista.sheets(0).cells(riga,0).text="Hello Cicli"+i.tostring+" "+k.tostring
next
next
At the end of the cycle i see only the first 6 rows, but if i download the spread in pdf format , the pdf document is correct
The Spread Version is 9