i am using oracleXe with apex. I want to export the results of a query to excel while retaining formatting. This is possible if i export the results of the query to a javascript or vbscript array and use activex to export the results to excel.