Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to wrap text automatically while export data from oracle to excel?

668816Nov 12 2009 — edited Nov 13 2009
Hello,

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...

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 11 2009
Added on Nov 12 2009
9 comments
1,565 views