excel

liunx

Guest
im using this in my html page for created an excel document .. in pl-sql : <br />
<br />
owa_util.mime_header('application/vnd.ms-excel', true);<br />
<br />
<br />
htp.tableopen;<br />
htp.tableHeader('...'); <br />
htp.tabledate('0200');<br />
<br />
Is there a way to set a cell in the 'texte' format ? <br />
<br />
because the code'0200' become '200' in excel ..<!--content-->Try using css. Cut and paste the table below into Excel to see how it works.<br />
<br />
<table border="0" cellpadding="0" cellspacing="0" summary=""><br />
<tr><td style="color:red;">fang</td><td>fang</td></tr><br />
</table><!--content-->
 
Back
Top