Page 1 of 1

A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code: In addition, the devel

Posted: Wed Mar 15, 2023 5:18 am
by answerhappygod
A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the result of the execution?
A Developer Wan 1
A Developer Wan 1 (23.69 KiB) Viewed 135 times
A Developer Wan 2
A Developer Wan 2 (9.24 KiB) Viewed 135 times
A. OutputDataTable object will have 2 columns and 1 row containing values of cells "A1" and "B1"
B. OutputDataTable object will have 2 columns and 1 row containing values of cells "A2" and "B2"
C. OutputDataTable object will have 2 columns and 2 rows containing values of cells "A2" and "B2"
D. OutputDataTable object will have 2 columns and 10000 rows; the first row will contain values of cells "A1" and "B1"