From 4cda2eb227daa0811f21a379982b963406fead92 Mon Sep 17 00:00:00 2001 From: Sunshine Lewis Date: Fri, 11 Oct 2013 17:53:30 -0400 Subject: [PATCH] Fixed alias assignment to work on columns that are a multiple of 26 Fixes "The element at position 0 cannot be found. " for spreadsheets that assign aliases to columns ?Z columns (AZ, BZ, etc.) --- lib/tags/poi/cell.cfm | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/lib/tags/poi/cell.cfm b/lib/tags/poi/cell.cfm index efdc97a..30a761e 100755 --- a/lib/tags/poi/cell.cfm +++ b/lib/tags/poi/cell.cfm @@ -211,11 +211,27 @@ - + + + + + + + +