From ce2b45ea5f416270d1cd5da47ee4489a8e661219 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 6 Sep 2022 09:02:45 -0500 Subject: [PATCH] Update cell.cfm Allow placing MULTIPLE aliases on the same column. Very useful when you're using formulas and you need to flag the "FirstRow" and "LastRow" in a range, but there could be just ONE row of data. Also fixed bug where outdated reference to CELL_TYPE_STRING was being used instead of newer ENUMs for cell types. --- lib/tags/poi/cell.cfm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/tags/poi/cell.cfm b/lib/tags/poi/cell.cfm index 513cf65..4b12e78 100755 --- a/lib/tags/poi/cell.cfm +++ b/lib/tags/poi/cell.cfm @@ -254,18 +254,22 @@ - + ) /> - + + + + + @@ -434,7 +438,7 @@ Reset the cell type so that the formula does not cause any errors to be thrown. ---> - +