[Zope] Zope Advice for Java Man

Meilicke, Scott scott.meilicke at intp.com
Mon Oct 20 19:06:05 EDT 2003


You can also use COM on windows to talk to excel.  You will need to have
excel installed on your windows server.

Scott

-----Original Message-----
From: Dylan Reinhardt [mailto:zope at dylanreinhardt.com]
Sent: Monday, October 20, 2003 3:45 PM
To: Jon Whitener
Cc: Zope Users
Subject: Re: [Zope] Zope Advice for Java Man


On Mon, 2003-10-20 at 13:00, Jon Whitener wrote:
> At 05:28 PM 10/17/2003, you wrote:

> >Can I convert an Excel sheet to read into Zope? 

Yes.  Convert your spreadsheet into CSV and use Python's excellent csv
modules to suck it in.  You'll need to do this in an external method or
Python product and will probably need to install csv first.

See:

http://www.object-craft.com.au/projects/csv/

HTH,

Dylan



_______________________________________________
Zope maillist  -  Zope at zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )
The information contained in this email message may be privileged and is
confidential information intended only for the use of the recipient or any
employee or agent responsible for delivering it to the intended recipient.
Any unauthorized use, distribution or copying of this information is
strictly prohibited and may be unlawful.  If you have received this
communication in error, please notify the sender immediately and destroy the
original message and all attachments from your electronic files.



More information about the Zope mailing list