Merge cells using cfspreadsheet

2010-10-23 Thread Jay Birdsell
is it possible to merge cells using cfspreadsheet? As in creating a multi-row header and centering it over the data? I have looked at all the formatting functions and did not see anything. Perhaps I just overlooked it??? TIA jay

Re: Merge cells using cfspreadsheet

2010-10-23 Thread Joel Watson
Did you look at SpreadsheetMergeCells()? http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6734.html In my own experience, there appear to be some formatting limitations to merged cells, but this method will definitely do the trick of merging cells across

Re: Merge cells using cfspreadsheet

2010-10-23 Thread Jay Birdsell
Did you look at SpreadsheetMergeCells()? http://help.adobe.com/en_US/ColdFusion/9. 0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6734.html In my own experience, there appear to be some formatting limitations to merged cells, but this method will definitely do the trick of merging cells