13 Mar
2002
13 Mar
'02
1:02 p.m.
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