Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mooser2003 #1
Controlling Excel Output
Is there a way to control Excel column widths that are generated from CF? The
export works perfectly from cfquery, but I'd like to adjust the column widths
for easier printing for the end-user. I've attempted to use the width
attributes for <td> but it makes no changes ...
mooser2003 Guest
-
Controlling Print output size in Acrobat 6
Hello, I am creating an interactive sales training guide and have created a document that is 8x12, but I need to have it print at standard letter... -
controlling halftone screen output
InDesign (I am testing the downloadable trial version) seems to produce a "dither" rather than a "dot" -- and it appears I cannot produce a grayscale... -
output to Excel
Is there a way to output PHP to MS Excel format? -Jackson -- jackson miller cold feet creative 615.321.3300 / 800.595.4401... -
[PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
You need a class that can create xls files with images. Or you can create a Web Archive: http://officeupdate.microsoft.com/office/webarchive.htm ... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph... -
mxstu #2
Re: Controlling Excel Output
There may be better ways to do this, but did you try using CSS instead of the
HTML width attribute ?
<!--- just an example. the css is poor --->
<table border="1">
<tr>
<td style="width:200px">Wide Column</td>
<td style="width:50px">Narrow Column</td>
</tr>
</table>
mxstu Guest



Reply With Quote

