Sid
Member since Feb 25, 2010
- Profile: /members/5531-sid.htm
- Comments: 1
Recent Blog Comments By Sid
-
Populating An Existing, Formatted Excel Document Using ColdFusion And POI
Posted on Feb 25, 2010 at 6:43 PM
hey Ben, I followed this example and I am getting a strange error, for some reason it is not allowing me to modify the same row 2nd time, I get an error at <cfset objRow = objSheet.GetRow(JavaCast("int", 19)) /> <cfset objCell = objRow.GetCell(JavaCast( "int", 3)) /> <cfset objCell.... read more »