Good Afternoon,
I am attempting to load an xls file that we have received from a client to read the contents but the "LoadFromFile()" method continues to crash. I have attempted to define every Excel version available to me but it does not make any difference. I have also tried to load the document without an excel version, but it also crashed. Each time it crashed I received the above error message from the Spire library.
I am running with Spire.XLS version 13.4 inside of a WinForms application using the .Net Framework 4.6.2. I am unable to send a copy of the excel document (as it contains proprietary client data). I am in the US region and I am using the English (United States) language pack on Windows 11 Business.
The file extension is .xls and when I open the file with Excel I do get the "The file format and extension of <fileName> don't match." message. I was able to process this file using the Excel interop, but I am hoping there is a solution you might be able to point me towards for this problem.
Thank you!