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.
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
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()
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
>
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
Alan, Thanks.
See below [Dave]
From: Alan Gauld
To: tutor@python.org
Sent: Thursday, 14 March 2013, 12:14
Subject: Re: [Tutor] Text Processing - Questions/Help.
On 14/03/13 10:30, David Bradshaw wrote:
> I have written some code that logs into a list of host
Alan, Thanks.
See below [Dave]
From: Alan Gauld
To: tutor@python.org
Sent: Thursday, 14 March 2013, 12:14
Subject: Re: [Tutor] Text Processing - Questions/Help.
On 14/03/13 10:30, David Bradshaw wrote:
> I have written some code that logs into a list of host