From the little I know about it, it appears that I can return an Excel
spreadsheet from ASP by changing the response's content type. The content of the ASP page can be tab delimited or even a HTML table.

Does anyone know how I can do this with OOo Calc? When I set the content type to "application/vnd.sun.xml.calc" the OOo plugin is called, apparently, but brings up a dialog box (whose title is OpenOffice.org 1.1.4) that says "General Internet error has occurred." Then another dialog box comes up that says "An API call exited abnormally."

Here's my code:

<%@ LANGUAGE="VBSCRIPT" %>
<%
   Response.ContentType = "application/vnd.sun.xml.calc"
%>
Tab    Delimited    Data


Ideas, anyone?

Regards,

David V.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to