[Zope] Zope Advice for Java Man

Dylan Reinhardt zope at dylanreinhardt.com
Mon Oct 20 18:44:43 EDT 2003


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





More information about the Zope mailing list