Just another Info... should probably post this in a new thread... I tried to set the MetaInfo but that does not work either. <cfset stInfo = StructNew()> <cfset bDummy = StructInsert(stInfo, "author", "My Name") /> <cfset bDummy = StructInsert(stInfo, "category", "") /> <cfset bDummy = StructInsert(stInfo, "subject", "Customer Tablspace Usage") /> <cfset bDummy = StructInsert(stInfo, "title", "Tablespace Report") /> <cfset bDummy = StructInsert(stInfo, "revision", "") /> <cfset bDummy = StructInsert(stInfo, "description", "") /> <cfset bDummy = StructInsert(stInfo, "manager", "") /> <cfset bDummy = StructInsert(stInfo, "company", "My Company") /> <cfset bDummy = StructInsert(stInfo, "comments", "") /> <cfset bDummy = StructInsert(stInfo, "lastauthor", "ustr") /> <cfdump var="#stInfo#"> <cfset bDummy = SpreadsheetAddinfo(xlsTBSobj, stInfo) />*<--- This line fails --->* <cfset bDummy = SpreadsheetWrite (xlsTBSobj, '#sTemplatePath#excel#cDirSep#icb_cust_tbs.xls', true) />
-- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
