Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Mon Apr 26, 2021 9:31 am

hi.
I need help. so leaving a topic

when open attached xlsx file
Exception is thrown.

Stream stream = File.Open(filePath, FileMode.Open);
Workbook book = new Workbook();

try
{
book.LoadFromStream(stream);
}
catch(Exception e)
{
return ;
}

How can I fix the problem?
Attachments
open_file.zip
(18.45 KiB) Downloaded 236 times

fusionsoft
 
Posts: 4
Joined: Tue Mar 02, 2021 4:00 am

Mon Apr 26, 2021 10:14 am

Hello,

Thanks for your inquiry.
I tested you case and did reproduce your issue. I have logged it in our bug tracking system with the ticket SPIREXLS-3229. If there is any update, we will inform you immediately. Apologize for the inconvenience caused.

Sincerely,
Brian
E-iceblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Tue Jun 22, 2021 4:00 am

Hello,

Greetings from E-iceblue!
Glad to inform you that we just released Spire.Office Platinum Version:6.6 which fixes your issue, please download it from the following links to test on your side. Looking forward to your test result.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.Office/6.6.0

Sincerely,
Brian
E-icblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Thu Jun 24, 2021 9:40 am

Hello,

Greetings from E-iceblue!
Has your issue been resolved? Does this hotfix solve your issue? Any feedback will be greatly appreciated.

Sincerely,
Brian
E-icblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Return to Spire.XLS