I'm currently evaluating the full Spire.XLS version and trying to open the attached XLSX file, I get this error:
System.ArgumentOutOfRangeException was unhandled
HResult=-2146233086
Message=The number must be between 10 and 400.
Parameter name: ZoomScalePageBreakView
Source=Spire.XLS
ParamName=ZoomScalePageBreakView
StackTrace:
at Spire.Xls.Core.Spreadsheet.XlsWorksheet.set_ZoomScalePageBreakView(Int32 value)
at spr4279.3(XmlReader A_0, XlsWorksheetBase A_1)
at spr4279.4(XmlReader A_0, XlsWorksheetBase A_1)
at spr4279.0(XmlReader A_0, XlsWorksheet A_1, Stream A_2, List`1 A_3)
at spr4279.0(XmlReader A_0, XlsWorksheet A_1, String A_2, MemoryStream& A_3, MemoryStream& A_4, List`1 A_5, Dictionary`2 A_6, Dictionary`2 A_7)
at spr524.1(XlsWorksheet A_0, Dictionary`2 A_1)
at Spire.Xls.Core.Spreadsheet.XlsWorksheet.ParseData(Dictionary`2 dictUpdatedSSTIndexes)
at spr4279.0(Dictionary`2 A_0)
at spr268.0(List`1& A_0)
at spr268.1(List`1& A_0)
at Spire.Xls.Core.Spreadsheet.XlsWorkbook.0(Stream A_0, String A_1)
at Spire.Xls.Core.Spreadsheet.XlsWorkbook.0(Stream A_0, String A_1, ExcelVersion A_2, ExcelParseOptions A_3)
at Spire.Xls.Core.Spreadsheet.XlsWorkbook.0(String A_0, String A_1, ExcelVersion A_2, ExcelParseOptions A_3)
at Spire.Xls.Core.Spreadsheet.XlsWorkbook..ctor(spr2455 A_0, Object A_1, String A_2, ExcelParseOptions A_3, Boolean A_4, String A_5, ExcelVersion A_6)
at spr859.0(Object A_0, String A_1, ExcelParseOptions A_2, Boolean A_3, String A_4, ExcelVersion A_5)
at spr1006.0(String A_0, ExcelParseOptions A_1, Boolean A_2, String A_3, ExcelVersion A_4)
at Spire.Xls.Workbook.LoadFromFile(String fileName, ExcelVersion version)
at Spire.Xls.Workbook.LoadFromFile(String fileName)
at TaedExcelComponentsTestConsole.Program.SpireXlsTest(String sourceXlsFilePath, String sourceXlsxFilePath, String targetXlsFilePath, String targetXlsxFilePath) in c:\_data\Master\CONSTABLE2\Apps\VW\ZK\2015\Research\TaedExcelComponentsTest\Source\Program.cs:line 38
at TaedExcelComponentsTestConsole.Program.Main(String[] args) in c:\_data\Master\CONSTABLE2\Apps\VW\ZK\2015\Research\TaedExcelComponentsTest\Source\Program.cs:line 25
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: