Re: [Tutor] Scripting Calligra sheets with Python

2013-03-20 Thread Jim Byrnes
On 03/19/2013 09:16 PM, Jim Byrnes wrote: On 03/18/2013 11:25 PM, Dave Angel wrote: On 03/18/2013 09:56 PM, Jim Byrnes wrote: On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotte

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-19 Thread Jim Byrnes
On 03/18/2013 11:25 PM, Dave Angel wrote: On 03/18/2013 09:56 PM, Jim Byrnes wrote: On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to r

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Dave Angel
On 03/18/2013 09:56 PM, Jim Byrnes wrote: On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running.

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Jim Byrnes
On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their webs

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Dave Angel
On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their website: import KSpread sheet = KSpread.view()

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Hugo Arts
On Mon, Mar 18, 2013 at 5:18 PM, Jim Byrnes wrote: > I am trying to script Calligra Sheets (formerly KSpread) with python. I > have gotten some of the included example scripts to run so I know python > scripting is running. > > I found the following snippet on their website: > > import KSpread >

[Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Jim Byrnes
I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their website: import KSpread sheet = KSpread.view().sheet() # swap text of B5 and C6 t1 = sh