[Zope] export to excel

Ronald L. Roeber rroeber1@unl.edu
15 Feb 2001 10:24:41 -0600


> From: "K H Subrahmanyan" <subrahmanyan.kalathur@wipro.com>
> Subject: [Zope] [zope]: Add music to the page
> 
> hi,
>    I am using zope for my project.
> I would like to know whether we can add music to my page.
> 
> Thanks for any suggestion.
> subrahmanya.
> 


Here is a crude example of how I export a pipe delimited text file that
seems to work fine for those who use it.

DTML method is export.txt and it contains the following:
---------------------
Content-type: text/plain

<dtml-call "REQUEST.set('delimiter', '|')">
REG_ID<dtml-var delimiter>NAME<dtml-var delimiter>. . .
<dtml-in sqlAllRecords sort="NAME">
<dtml-var REG_ID><dtml-var delimiter><dtml-var NAME><dtml-var
delimiter>. . .
</dtml-in>
----------------------

I could clean it up a bit more and make it more versitile, but haven't
gotten to it. Hope this helps...

Ron Roeber
University of  Nebraska