Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23189

xlwt cannot parse formula xlwt.Formula("SUM(R[-110]C:R[-1]C)")

$
0
0

I am trying to add the above mentioned formula to my script and get a parsing error, if I remove the xlwt.formula bit and replace with an = then excel doesn't read the it as a formula and just prints the string.

Any ideas what I am doing wrong?


Viewing all articles
Browse latest Browse all 23189

Trending Articles