Use Read From Spreadsheet File to get a 2D array. On the 2D array use index array to get the voltage column (column 2). On that array, use Array Max & Min to return the max value and the index value. Use the index value to get the data from columns 0 and 1 with two more Index Array functions.