Re: opening excel

2006-11-09 Thread timmy
John Machin wrote: timmy wrote: Hello, has anybody got any experience opening and manilpulating excel spreedsheets via python? it seems pythoncom allows this to happen but i'm a total newb to it. (i usually work in the unix world) all i need to do, is open the xls files and read values from

Re: opening excel

2006-11-09 Thread wesley chun
has anybody got any experience opening and manilpulating excel spreedsheets via python? it seems pythoncom allows this to happen i posted a couple of snippets along with others in this earlier thread: http://groups.google.com/group/comp.lang.python/browse_thread/thread/a7ed60067ca5a8d4 the

Re: opening excel

2006-11-09 Thread John Machin
wesley chun wrote: has anybody got any experience opening and manilpulating excel spreedsheets via python? it seems pythoncom allows this to happen i posted a couple of snippets along with others in this earlier thread:

Re: opening excel

2006-11-09 Thread Chris Cioffi
You can also check out the pyExcelerator project. http://sourceforge.net/projects/pyexcelerator It seems to work reasonably well at direct Excel file manipulation. However it isn't meant as a VBA replacement kind of thing. Chris On 11/9/06, at open-networks.net@bag.python.org timmy timothy

opening excel

2006-11-08 Thread timmy
Hello, has anybody got any experience opening and manilpulating excel spreedsheets via python? it seems pythoncom allows this to happen but i'm a total newb to it. (i usually work in the unix world) all i need to do, is open the xls files and read values from it. --

Re: opening excel

2006-11-08 Thread John Machin
timmy wrote: Hello, has anybody got any experience opening and manilpulating excel spreedsheets via python? it seems pythoncom allows this to happen but i'm a total newb to it. (i usually work in the unix world) all i need to do, is open the xls files and read values from it. If you really