[Zope] [Zope]: export to excel

Farrell, Troy troy.farrell@wilcom.com
Wed, 14 Feb 2001 07:11:41 -0600


Subrahmayan,
  I can't speak for everyone you write to, but you should probably just send
your requests to the zope@zope.org list.
  You need to write a method that writes the data out as comma separated
values.  To work with IE, you need to make your method name end with ".csv".
You should also do a <dtml-call "REQUEST.set_header('Content-Type',
'application/vnd.ms-excel')"> or try <dtml-call
"REQUEST.set_header('Content-Type', 'text/csv')">

Troy

-----Original Message-----
From: K H Subrahmanyan [mailto:subrahmanyan.kalathur@wipro.com]
Sent: Wednesday, February 14, 2001 5:37 AM
To: Dieter Maurer; curtis@cardgate.net; zope@pri-um.com;
webmaven@lvcm.com
Cc: zope@zope.org
Subject: [Zope] [Zope]: export to excel


hi,
   I would like to export the data in my zope database to excel.
I have done the reverse process that is, I have stored the excel file in
text format and
imported the data into my database and now I want to export back.

is there any method.

thanks in advance.
subrahmayan


_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )