ColdFusion Articles
- cfspreadsheet + GetTempFile() = NullPointerException In ColdFusion, CFspreadsheet expects to write to a .xls extension, not .tmp, so you have to make sure the name ends in .xls before you write to it.
- Dates and ColdFusion Query of Queries ColdFusion's Query of Queries is very particular about the format of dates on both sides of the comparison.