How does one manipulate cell values with Python.

2012-05-08 Thread Dr. Edward Scott
With Visual Basic one can manipulate the value in a cell using: Activecell.value = 24 for example. What statement in Python is used to accomplish the same action? The Python manuals are silent on the matter so far as I can tell and the gnumeric help offers no information that I can discern.

Re: How does one manipulate cell values with Python.

2012-05-08 Thread Jim Tarvid
A few years ago, I needed pivot and resorted to short python scripts. One example follows: #!/usr/bin/python #pyaay.py - prevalence by year and age to age and year, tail constant from numpy import * import xlrd import csv d=zeros ((7,41)) fn=prev.xls print fn; book = xlrd.open_workbook(fn) sh =

Re: using python: crash, when importing gtk

2012-05-08 Thread Jean Brefort
Please file a bug report, and attach sample files/plugins. This is serious enough to need a fix. Regards, Jean Le dimanche 06 mai 2012 à 15:26 +0200, Jean Brefort a écrit : Le dimanche 06 mai 2012 à 15:06 +0200, scrutini...@gmx.at a écrit : Original-Nachricht Datum: Sat,

Re: using python: crash, when importing gtk

2012-05-08 Thread scrutinizer
Is reported: https://bugzilla.gnome.org/show_bug.cgi?id=675698 -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a ___ gnumeric-list mailing