nerdexam
Adobe

9A0-127 · Question #8

The following <cfspreadsheet> command creates a spreadsheet containing data from an existing variable named myVar: <cfspreadsheet action="write" filename="#expandpath('sheet.xls')#" name="myVar"/>…

The correct answer is B. a spreadsheet object or comma-delimited text. See the full explanation below for the reasoning.

Question

The following <cfspreadsheet> command creates a spreadsheet containing data from an existing variable named myVar:

<cfspreadsheet action="write" filename="#expandpath('sheet.xls')#" name="myVar"/> Which type of data must the myVar variable contain?

Options

  • Aa query object
  • Ba spreadsheet object or comma-delimited text
  • Cany data type
  • Dan array, query, or comma-delimited text

How the community answered

(14 responses)
  • A
    14% (2)
  • B
    79% (11)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice