When trying to open some Excel files I get the following message:
This Excel files contains BIFF7(Excel95 or earlier file
format) records
This is how I am trying to open the file:
objDoc = new Workbook();
objDoc.Open(base.processFile.fileNamePath);
I have also tried different formats (FileFormatType ) and
have gotten the same results.
Many thanks,
Ryan