[Zope] Is anyone importing MS Excel files into Zope?

Tim Hicks tim@sitefusion.co.uk
Wed, 13 Mar 2002 13:02:10 -0000


> I am looking for a true XLS to ZODB type solution...(python)
> without asking users to resave their XLS spreadsheets into CSV(comma
> delimited) files for Zope to parse.

I've got code that uses Office2K as a COM object.  It currently converts xls
to html, but you could change that to whatever you want.  Obviously, it
requires Office2K, which obviously requires win32.  To get around this, I
call the methods over xmlrpc from a *nix box if required.  You can have a
look if it would be helpful.

tim