How to wrap text automatically while export data from oracle to excel?
668816Nov 12 2009 — edited Nov 13 2009Hello,
I am exporting data from oracle to excel.
My code is written in psp. i have written following code to export xls file
<%
owa_util.mime_header('application/vnd.ms-excel',FALSE);
htp.p('Content-Disposition: attachment; filename="excel.xls"');
owa_Util.Http_Header_Close;
%>
Now in xls file i want to wrap the text automatically while export the data.
Can you plz tell me what to do?
Thanks...