Height: #imageInfo.height# px
Width: #imageInfo.width# pxM
Number of columns needed: #Ceiling( imageInfo.height / 64 )#
Number of rows needed: #Ceiling( imageInfo.width / 20 )#
theDir = GetDirectoryFromPath(GetCurrentTemplatePath()); SpreadsheetObj = SpreadsheetNew(); imageFilePath = theDir & "steelers-logo.jpg"; SpreadsheetAddImage( SpreadsheetObj, imageFilePath, "1,1,1,1" );