Hey all. I have an Excel spreadsheet with numerous rows of data (i.e. Date, Name, Age, City etc). What is a good way to parse all of this data by specific parameters (i.e only return values that contain a certain City)? Can this be done with xls/xlsx file? Or should I convert to another type?