[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: (OT) Excel Unix Help
- Subject: RE: (OT) Excel Unix Help
- From: "aashram" <groups@xxxxxxxxxxx>
- Date: Thu, 7 Oct 2004 13:25:58 +0100
ok I havent been clear sorry
I know i can display it in excel format using
"application/vnd.ms-excel" but the problem is the table I
generate in the database
is 33meg so ideally i want to convert it to excel on the server (when
converting
a 33meg html/csv file to excel it reduces the file to 3meg) the user can
then
download the file excel file rather than streaming 33meg to the client.
been told i can do it using perl
________________________________
From: Jon Whiten [mailto:jon@xxxxxxx]
Sent: Thu 10/7/2004 12:47
To: ukha_d@xxxxxxx
Subject: RE: [ukha_d] (OT) Excel Unix Help
I know that this is not UNIX but...
I do this in VBScript by sending a header:
Response.ContentType = "application/vnd.ms-excel"
And then just splatting a table:
<Table>
<TR>
<TD>...</TD>
</TR>
...
</Table>
Without any other <HTML>, <Head> or <Body> tags.
Any use?
Regards
Jon Whiten
http://www.whiten.co.uk
-----Original Message-----
From: aashram [mailto:groups@xxxxxxx]
Sent: Thursday, October 07, 2004 11:55 AM
To: ukha_d@xxxxxxx
Subject: [ukha_d] (OT) Excel Unix Help
I have a html file on a unix webserver which I have renamed to .xls as it
is
to be downloaded.
This is created on the fly. Is there any way I can convert that html file
to
a true excel on a unix box ? does such a tool/app exist ?
[Non-text portions of this message have been removed]
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|