Hey Michael, Thank you for your answer, I also tried it like this : <cfset SpreadSheetAddImage(sObj, image, "jpg", "4,4,54,54,1,1,1,2") > but it seems to ignore it as well.
What throws me off is that the adobe doc says : "startRow,startColumn,endRow,endColumn startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn The first format specifies only the row and column numbers, the second also specifies the positions in the cell, using pixel X and Y coordinates relative to the cell upper left corner. If you use the first format, the image corner positions within the top left and bottom right cell are 0,0 and ,0,255." So should i have negative values for X ? and in their example startX and endX are the same ? Ben On Tue, Aug 17, 2010 at 9:56 AM, Michael Grant <[email protected]> wrote: > > I don't know that I have anything useful to add but it looks like your > starting and ending X positions are identical, which isn't really all that > possible. Perhaps it ignores invalid values? > > > On Tue, Aug 17, 2010 at 9:42 AM, Ben S <[email protected]> wrote: > > > > > Hi, > > > > Did anyone ever use SpreadSheetAddImage()? I am trying to use this format > > > "startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn" > > for the anchor but it seems to completely ignore the X and Y positions. > > > > From the Adobe doc description "specifies the positions in the cell, > using > > pixel X and Y coordinates relative to the cell upper left corner" which i > > did but at no avail... It take the image and places it flush against the > > borders of the cell. > > > > Here is the way i use this tag : <cfset SpreadSheetAddImage(sObj, image, > > "jpg", "4,4,4,54,1,1,2,2") > > > > > Thank you in advance for any help or insight about this. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336343 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

