Hello.
I am currently using the trial version of ExcelDataReader in order to read .xlsb files.
In the .NET Framework, reading .xlsb files is well supported, and no errors are seen in the .NET 7.0. However, data is not being properly read within the 'Watch' in the .NET 7.0.
I need help with this part.
I tried to create a reader object using CreateReader() and, made it as DataSet. I also tried to read one line at a time through Read() and read the value through GetValue(). But I can't get it to read properly.
If anything you can do to solve this problem in your current environment, I would greatly appreciate.
Thank you.
Hello.
I am currently using the trial version of ExcelDataReader in order to read .xlsb files.
In the .NET Framework, reading .xlsb files is well supported, and no errors are seen in the .NET 7.0. However, data is not being properly read within the 'Watch' in the .NET 7.0.
I need help with this part.
I tried to create a reader object using CreateReader() and, made it as DataSet. I also tried to read one line at a time through Read() and read the value through GetValue(). But I can't get it to read properly.
If anything you can do to solve this problem in your current environment, I would greatly appreciate.
Thank you.