We have recently upgraded from Aspose v4.3 to v6.0.1 and are encountering an error that we did not previously receive. We are attempting to call Cells.SetColumnWidthPixel(5, 2400). While the documentation on-line here does not indicate a limit to the number of pixels one can set with this function, it appears that Aspose.Cells subsequently makes an internal call to SetColumnWidth() function and is attempting to pass a width parameter that is outside the 0-255 range for that function's parameter.
How is the SetColumnWidth() width parameter determined based on a call to SetColumnWidthPixel()? Since 255 is the limit for the SetColumnWidth() function's width parameter, what is the effective limit of the SetColumnWidthPixel() function's width parameter?
I see a similar issue with identical stack track was reported here with SSRS through .NET:
Thank you,
Mark Sheehan