Hello.
I have a trouble with openning one specific excel file (in attachment)
When I try to open it:
```
XLWorkbook workbook = new XLWorkbook(path);
```
I have an error:
```
Exception:Thrown: "Value was either too large or too small for an Int32." (System.OverflowException)
A System.OverflowException was thrown: "Value was either too large or too small for an Int32."
```
In stack trace last metod was "LoadPageSetup"
```
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at ClosedXML.Excel.XLWorkbook.LoadPageSetup(PageSetup pageSetup, XLWorksheet ws)
at ClosedXML.Excel.XLWorkbook.LoadSpreadsheetDocument(SpreadsheetDocument dSpreadsheet)
at ClosedXML.Excel.XLWorkbook.LoadSheets(String fileName)
at ClosedXML.Excel.XLWorkbook.Load(String file)
at ClosedXML.Excel.XLWorkbook..ctor(String file, XLEventTracking eventTracking)
at ClosedXML.Excel.XLWorkbook..ctor(String file)
```
Comments: Reporter states issue is fixed.
I have a trouble with openning one specific excel file (in attachment)
When I try to open it:
```
XLWorkbook workbook = new XLWorkbook(path);
```
I have an error:
```
Exception:Thrown: "Value was either too large or too small for an Int32." (System.OverflowException)
A System.OverflowException was thrown: "Value was either too large or too small for an Int32."
```
In stack trace last metod was "LoadPageSetup"
```
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at ClosedXML.Excel.XLWorkbook.LoadPageSetup(PageSetup pageSetup, XLWorksheet ws)
at ClosedXML.Excel.XLWorkbook.LoadSpreadsheetDocument(SpreadsheetDocument dSpreadsheet)
at ClosedXML.Excel.XLWorkbook.LoadSheets(String fileName)
at ClosedXML.Excel.XLWorkbook.Load(String file)
at ClosedXML.Excel.XLWorkbook..ctor(String file, XLEventTracking eventTracking)
at ClosedXML.Excel.XLWorkbook..ctor(String file)
```
Comments: Reporter states issue is fixed.