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?

 

Parents
  • 2515
    Verified Answer
    Offline posted

    Hi treenode,

    Supported encodings, based on the public help are "Besides the Unicode character encoding supported by Silverlight, the Excel Document Library supports Windows-1251 and Windows-1252 encodings."

    Also in the last minutes we added Windows-31J (CP932)

     So you can use any of these, for sure it will work if you save your excel page with Unicode.

    Thanks,
    George

Reply Children
No Data