Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Applying formatting to query values using CFSPREADSHEET

$
0
0

I'm trying to figure out how to properly apply my custom border line formatting to my query values only on an automated report. Currently, I have it where it is hard coded, but long term it would not work since new values will be added to the database and the report query values would be generated without the border line formatting, unless I manually change the row numbers everytime.

 

Here's the formatting I'm using:

 

    format4.topborder="thin";

    format4.topbordercolor="grey_40_percent";

    format4.bottomborder="thin";

    format4.bottombordercolor="grey_40_percent";

    format4.leftborder="thin";

    format4.leftbordercolor="grey_40_percent";

    format4.rightborder="thin";

    format4.rightbordercolor="grey_40_percent";

    SpreadsheetFormatCellRange(report,format4, 2,1,26,8);


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>