jsbueno / librepylot

Helper extension to automate LibreOffice - (mainly calc) with Python scripts inlined in the spreadsheets
Other
12 stars 1 forks source link

Works on which LibreOffice versions? #1

Open ocarneiro opened 8 years ago

ocarneiro commented 8 years ago

I tried the 0.8 version oxt file on LibreOffice 4.3.7.2 and couldn't evaluate an "S[0][0,0]" expression. I expected to see the value on the first sheet, first cell, but didn't get anything. Tried also: "S[0]['a1']" and an attribution =PYEVAL("S[0]['a1']=0"), but it didn't work. The error I get (in pt-BR) is "Erro: Tipo dos dados errado". A simpler =PYEVAL("1 + 1") returned 2 as expected. Should I try it in a different LibreOffice version?

ocarneiro commented 8 years ago

=PYEXEC("S[0]['a1']=5") works well! It does set the first cell to 5, as expected.