How can I read an XLS file from VB6? I don't want to use ADO or Automation.
- ADO isn't going to work for my particular XLS files, because it guesses the data types of the columns from the data in the first few rows.
- Automation is out, because Excel may not be installed on the machine.
I'm hoping for recommendations based on experience - I know how to Google :)