On Fri, Jul 04, 2003 at 05:10:55AM +0700, Mico Siahaan wrote: > We made a web-based inventory application. We generated reports to MS > Excel using Javascript. But we are planning to use Open Office. How do > we generate reports to Open Office? Easy path: you could output CSV files, which OO can open w/o problem. this is a nice, cross-compatible solution if your ouptut is non-graphical in nature. - j.