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
15
Read Excel file error - The left and top of the window bounds must be between -32768 and 32767
posted

Hi,

I have an app that is processing excel files. To read the files I am using Infragistics4.WebUI.Documents.Excel.v12.2 library. Some times we are getting the error "The left and top of the window bounds must be between -32768 and 32767"

By taking a look at the excel document structure (unzip the xlsx file), I found the xWindow property of workbookView is 38280 which seems to be the offending value.

<bookViews><workbookView xWindow="38280" yWindow="-120" windowWidth="25440" windowHeight="15390" 

According to Microsoft docs, this property can be Int32 (between -2,147,483,648 to 2,147,483,647) but it seems Infragistics4 is using Int16(-32,768 to 32,767) for it. 

Any idea how this error can be fixed? unzipping, editing the contents are not options for the client.

Parents Reply Children