Hi,
I'm reading an excel file and I get the following exception:One of the percentages in the specified location is outside the valid range of 0 to 100.Parameter name: valueActual value was {X=152.5391, Y=41.01563}.
I don't have any percentage row in the Excel.
Thank you in advance for your help
The percentages are not percentage values in cells, they are percentages that help position shapes on a worksheet. This is an error message from the set accessor of a WorksheetShape's TopLeftCornerPosition or BottomRightCornerPosition properties. However, its possible the assumption made about the valid range of values for these settings written out by Excel was incorrect. I would recommend submitting the issue to the support group along with the workbook file which caused the problem: http://es.infragistics.com/gethelp.
Thank you so much.