Exception message change across versions

Hi,

We're trying to upgrade our Aspose.Cells version from 4.4.0.23 to 4.5.0.4. One issue we have is a change in exception messages coming from Aspose. Formerly, calling IntValue on an empty string cell would throw an exception with the message "Cell value type is string." Now, it throws an exception with the message "Not a numberic value in CellB1."

Would it be possible to get a version where the spelling is corrected (to "numeric")? Also, it would read a little more cleanly if it were "cell B1" instead of "CellB1," but that's not a huge problem for us if there are issues with changing it.

Thanks,

Mark

Hi Mark,

Please try this fix.

The error message is "Not a numeric value in Cell B1" now when the cell value is not numeric value.