LabVIEW does not natively handle the XLS file format (at least not without an add-on). The easiest way to do this is load your file into Excel, then save as a text file instead of an XLS file. Use the default tab separators. When you read the text file with the LVM Express VI, make sure the arbitrary text file checkbox is clicked so you can select the columns and rows you want to read.