how to set values to a two-dimensional Excel range?
I need to build an excel sheet from a list of test-cases in a specific format in order to upload it it to the server. I've trubles to populate the two dimensional range of "expected" and "actual" in the file. I use the same methods in order to populate the headers, which is a one-dimensional array, and the steps (which is two-dims). The flow is: Defunding the TestCase range (some headers + steps). Let's say: A1 to E14 for the 1st iteration. Depunding a sub (local) range within the testCase range for the headers (e.g: A1 to C1). Depunding another sub (local) range within the testCase range for