My first application based on ClosedXML deals with some old, complicated spreadsheet which can crash Excel itself.
I found a bug in the GetA1Column() method of the "XLCell" class.
The cell in question is formatted as "Accounting" and contains only a hyphen. The exception occurs when the following operation is attempted:
![Image]()
I found a bug in the GetA1Column() method of the "XLCell" class.
The cell in question is formatted as "Accounting" and contains only a hyphen. The exception occurs when the following operation is attempted:
Int32.Parse("-");
See relevant code: