Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Unsupported code page while using excel engine
posted

When I try using Silverlight Excel engine to load excel documents,  sometimes got the following error:

 

Not supported code page
Parameter name: codePage
   at Infragistics.Silverlight.CodePageEncoding.GetEncoding(Int32 codePage)
   at Infragistics.Silverlight.Excel.SilverlightFixes.GetEncoding(Int32 codePage)
   at id.b(BinaryReader A_0, a A_1)
   at id.a(BinaryReader A_0, a A_1)
   at gq.a(BinaryReader A_0, a A_1)
   at id.c(BinaryReader A_0, a A_1)
   at id.b(Stream A_0)
   at Infragistics.Silverlight.Excel.DocumentProperties.b(ig A_0)
   at Infragistics.Silverlight.Excel.Workbook.a(Workbook A_0, Stream A_1, String A_2)
   at Infragistics.Silverlight.Excel.Workbook.a(Stream A_0, WorkbookFormat A_1, String A_2, IPackageFactory A_3, Boolean A_4)
   at Infragistics.Silverlight.Excel.Workbook.Load(Stream stream, IPackageFactory packageFactory, Boolean verifyExcel2007Xml)
   at Infragistics.Silverlight.Excel.Workbook.Load(Stream stream, IPackageFactory packageFactory)
   at Infragistics.Silverlight.Excel.Workbook.Load(Stream stream)
   at ExcelSL.MainPage.Button_Click(Object sender, RoutedEventArgs e)

 

I didn't found any information about code page in documentation. Which code page is supported now? And what can I do?