Populating a spreadsheet with an array using SpreadsheetAddrows
Greetings,
I want to populate a row in a spreadsheet using the SpreadsheetAddrows(spreadsheetObj, data[, row, column, insert]) function.
CF9 documentation says for the data parameter can be "A query object with the row data or an array."
My code
SpreadsheetAddRow (exportSheet,
#attributes.columnHeader#);
throws the error, Complex object types cannot be converted to simple values.
What am I missing here?
Regards,
Greg
