AllExperts > Oracle 
Search      
Oracle
Volunteer
Answers to thousands of questions
 Home · More Oracle Questions · Answer Library  · Encyclopedia ·
More Oracle Answers
Question Library

Ask a question about Oracle
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Peter Choi
Expertise
I am a senior Oracle DBA, PeopleSoft Administrator and Project Manager with 10+ years experience. I have been working with PeopleSoft (HRMS 5, 7, 7.x and 8.9), Oracle RDBMS (7.3 - 11gR1) on various Unix and Windows platforms, and some Oracle Application Server (9i/10gR2). I also have experience with the configuration and administration of BEA`s Tuxedo and WebLogic for PeopleSoft 8.x.

 
   

You are here:  Experts > Computing/Technology > Oracle > Oracle > pl/sql

Oracle - pl/sql


Expert: Peter Choi - 5/28/2009

Question
Hi, am going through a plsql procedure by which an xls file is created using util_file.  My question is ,is it possible to give formatting parameters ex: width, length, colour of the xls sheet using util_file.put_line. And please explain what does /td mean in the follwoing line utl_file.put_line( xls_file, '<td width=1 ></td>' );

Answer
Hi Bhuvaneswari,

Here's a great article and example of creating an XLS (MS-Excel) file using utl_file.

http://www.orafusion.com/art_excel.htm

In your second question, the </td> is an HTML markup ending tag.

So for example, if I wanted to created a bolded text in an HTML,

This text is in <b>bold</b>.

Here's a primer on HTML tags:

http://www.w3.org/MarkUp/Guide/

Hope this helps.

Peter

Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.