Hello, I am trying to write a program that can read the data in excel and make sense of the data. The files are formatted so it looks like an access table (ie. column header/records). What is the best way to approach accessing the excel file to read the column headers/data? Do you connect to it like you do with a db? Any input/suggestions/links to examples would be greatly appreciated. Thank you!

Thai