question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

new XLWorkbook(ExcelFileFullName) hangs with certain file

See original GitHub issue
  • Bug
  • Feature

Version of ClosedXML

0.94.2

What is the current behavior?

the command _wb = new XLWorkbook(ExcelFileFullName)

hangs with certain XLSM file. The file can be opened normally in Excel with no warning or problem.

What is the expected behavior or new feature?

Fix or workaround

Did this work in previous versions of our tool? Which versions?

Never checked this.

Reproducibility

Code to reproduce problem:

public void Main()
{
      var _wb = new XLWorkbook(ExcelFileFullName)}
}

Strkodrviny3.xlsx

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
igiturcommented, Aug 22, 2019

I can’t reproduce this. Try the latest beta version, please.

0reactions
igiturcommented, Aug 23, 2019

That’s unrelated to your original report, so create a new issue please.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Excel not responding, hangs, freezes or stops working
This article discusses troubleshooting steps that can help resolve the most common issues when you receive an Excel not responding error, Excel hangs...
Read more >
Excel crashes when opening a specific (complex) .xlsb file ...
Restart your computer and try opening the file again. Run Excel as administrator and see if it can open the file. Install the...
Read more >
Excel freezes when referencing certain worksheets from a ...
My Excel desktop client freezes when I want to link data from certain worksheets (not all worksheets in the workbook) to a specific...
Read more >
Closing Excel application with Excel Interop without save ...
While Closing Your Excel WorkBook you can use following Statements: object misValue = System.Reflection.Missing.Value; xlWorkBook.
Read more >
Excel File Crashes - New Problem
1. Open Excel, and click File or the Office button > Options. 2. In the Options dialog, click Trust Center > Trust Center...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found