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
70
Reading Excel Files - Invalid for Page Size
posted

Using Infragistics Infragistics3.Excel.v10.3.dll to read in an .xlsx file when calling this code:

Workbook WkBook = Workbook.Load(excelWkStream);

An exception was raised: Error Occured Reading File: The value for arguement 'value' (119) is invalid for Enum type 'Page Size'

So my question is would it be possible for Infragistics to modify the code to read the file in, and if the Page Size has an incorrect enum value it would just set it to a default value?

Parents
No Data
Reply
  • 44743
    posted

    I believe this issue has been reported already as bug ID 35691. However, that bug fix was included in the RTM version of 10.3. Would you be able to attach the file you are trying to load?

Children