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)}
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can’t reproduce this. Try the latest beta version, please.
That’s unrelated to your original report, so create a new issue please.