21 Oct
2003
21 Oct
'03
9:04 a.m.
On Tue, 2003-10-21 at 00:11, Meilicke, Scott wrote:
Can I convert an Excel sheet to read into Zope?
If you mean looking at live data from Zope in Excel through ODBC or something then probably not unless you store your data in an external relational database (though I'm really not familiar with all those MS things).
--jcc
I've used xlhtml on linux to publish Excel staff rotas on a zope intranet. Home page is http://chicago.sourceforge.net/xlhtml. It will convert the xls to html. The only problems are with complex layouts where cells are merged vertically. Sometimes there are lots of blank cells appended to the end of each row. I haven't had time to work out if this is xlhtml or crud in the xls file. david