Hi,

Some code work fine in coldfusion 5. but in coldfusion 7 give me an error. for
example:


CellValue = Range.Value;
<cfif CellValue[1][1] eq "some value" ...
it will check Excel sheet content.
Before it works eventhough the sheet cell(1,1) is empty.

But right now, it works fine when sheet cell(1,1) has some content. if it is
empty cell then it will give me error

Element 1 is undefined in a Java object of type class
coldfusion.runtime.Cast$1 referenced as

Thank you for you help!