[Python-talk] Excel vs. SQLite w Python ?
Ray Cote
rgacote at AppropriateSolutions.com
Sun May 18 12:46:33 EDT 2008
At 7:48 AM -0700 5/18/08, Peter Courlis wrote:
>Thinking further about this, I wondered if there was a Python module
>that interfaces Excel (or perhaps Perl) ?
There's one native Python module:
<http://sourceforge.net/projects/pyexcelerator>
and there's also ways to drive it directly on Windows using COM:
<http://snippets.dzone.com/posts/show/2036>
Google has a number of hits and pages on this.
Sure sounds like a little database with a web front end would be an
easier long-term solution.
--Ray
--
Raymond Cote
Appropriate Solutions, Inc.
PO Box 458 ~ Peterborough, NH 03458-0458
Phone: 603.924.6079 ~ Fax: 603.924.8668
rgacote(at)AppropriateSolutions.com
www.AppropriateSolutions.com
More information about the Python-talk
mailing list