On Saturday 26 February 2005 17:16, + David wrote: > [ MODERATED ] *********************** > 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
Have a look at http://www.oooconv.de to see how they do it. Otherwise please ask on dev'api.openoffice.org Please reply to [email protected] only -- CPH : openoffice.org contributor Maybe your question has been answered already? http://user-faq.openoffice.org/#FAQ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
