Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24958 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2012-07-06 01:09 -0400 |
| Last post | 2012-07-06 15:11 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Which way is best to execute a Python script in Excel? Terry Reedy <tjreedy@udel.edu> - 2012-07-06 01:09 -0400
Re: Which way is best to execute a Python script in Excel? "Colin J. Williams" <cjw@ncf.ca> - 2012-07-06 15:11 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2012-07-06 01:09 -0400 |
| Subject | Re: Which way is best to execute a Python script in Excel? |
| Message-ID | <mailman.1852.1341554988.4697.python-list@python.org> |
On 7/5/2012 10:30 PM, Karim wrote: > An excellent link to derived all code example to python: > http://www.pitonyak.org/AndrewMacro.sxw. Even though he only writes in OOBasic, you are right that he explains the basic concepts needed for accessing the api from any language. He is also honest. Writing non-api code is relatively easy; accessing the OO/LO api is harder. I made a start. When I get further, I will look at the examples that are close to some things I want to do. I will also study your Python examples. Thanks for the help. Terry
[toc] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2012-07-06 15:11 -0400 |
| Message-ID | <jt7df4$hlj$1@theodyn.ncf.ca> |
| In reply to | #24958 |
On 06/07/2012 1:09 AM, Terry Reedy wrote: > > On 7/5/2012 10:30 PM, Karim wrote: > >> An excellent link to derived all code example to python: >> http://www.pitonyak.org/AndrewMacro.sxw. > > Even though he only writes in OOBasic, you are right that he explains > the basic concepts needed for accessing the api from any language. He is > also honest. Writing non-api code is relatively easy; accessing the > OO/LO api is harder. I made a start. When I get further, I will look at > the examples that are close to some things I want to do. I will also > study your Python examples. Thanks for the help. > > Terry > > You might be interested in pyspread (http://manns.github.com/pyspread/). It is no longer maintained for Windows. Colin W.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web