20 Oct
2003
20 Oct
'03
10:44 p.m.
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