My Careers
Learning Notes
Saturday, 23 January 2016
Getting Error Message : java.lang.IllegalStateException: Cannot get a text value from a numeric cell
Reason:
If we read string value from integer cell then we are getting this exception.
Solution
:
Use String data in Excel
Or
Add (') in front of integer then its considered as string while reading the data from cell.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment